Skip to content

Commit 5d85d92

Browse files
Bump rails from 7.0.3.1 to 7.0.4 (#30)
Bumps [rails](https://github.com/rails/rails) from 7.0.3.1 to 7.0.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.3.1...v7.0.4) --- updated-dependencies: - dependency-name: rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stuart Chinery <[email protected]>
1 parent bf36f06 commit 5d85d92

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

Gemfile.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -11,67 +11,67 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (7.0.3.1)
15-
actionpack (= 7.0.3.1)
16-
activesupport (= 7.0.3.1)
14+
actioncable (7.0.4)
15+
actionpack (= 7.0.4)
16+
activesupport (= 7.0.4)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
19-
actionmailbox (7.0.3.1)
20-
actionpack (= 7.0.3.1)
21-
activejob (= 7.0.3.1)
22-
activerecord (= 7.0.3.1)
23-
activestorage (= 7.0.3.1)
24-
activesupport (= 7.0.3.1)
19+
actionmailbox (7.0.4)
20+
actionpack (= 7.0.4)
21+
activejob (= 7.0.4)
22+
activerecord (= 7.0.4)
23+
activestorage (= 7.0.4)
24+
activesupport (= 7.0.4)
2525
mail (>= 2.7.1)
2626
net-imap
2727
net-pop
2828
net-smtp
29-
actionmailer (7.0.3.1)
30-
actionpack (= 7.0.3.1)
31-
actionview (= 7.0.3.1)
32-
activejob (= 7.0.3.1)
33-
activesupport (= 7.0.3.1)
29+
actionmailer (7.0.4)
30+
actionpack (= 7.0.4)
31+
actionview (= 7.0.4)
32+
activejob (= 7.0.4)
33+
activesupport (= 7.0.4)
3434
mail (~> 2.5, >= 2.5.4)
3535
net-imap
3636
net-pop
3737
net-smtp
3838
rails-dom-testing (~> 2.0)
39-
actionpack (7.0.3.1)
40-
actionview (= 7.0.3.1)
41-
activesupport (= 7.0.3.1)
39+
actionpack (7.0.4)
40+
actionview (= 7.0.4)
41+
activesupport (= 7.0.4)
4242
rack (~> 2.0, >= 2.2.0)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.0)
4545
rails-html-sanitizer (~> 1.0, >= 1.2.0)
46-
actiontext (7.0.3.1)
47-
actionpack (= 7.0.3.1)
48-
activerecord (= 7.0.3.1)
49-
activestorage (= 7.0.3.1)
50-
activesupport (= 7.0.3.1)
46+
actiontext (7.0.4)
47+
actionpack (= 7.0.4)
48+
activerecord (= 7.0.4)
49+
activestorage (= 7.0.4)
50+
activesupport (= 7.0.4)
5151
globalid (>= 0.6.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (7.0.3.1)
54-
activesupport (= 7.0.3.1)
53+
actionview (7.0.4)
54+
activesupport (= 7.0.4)
5555
builder (~> 3.1)
5656
erubi (~> 1.4)
5757
rails-dom-testing (~> 2.0)
5858
rails-html-sanitizer (~> 1.1, >= 1.2.0)
59-
activejob (7.0.3.1)
60-
activesupport (= 7.0.3.1)
59+
activejob (7.0.4)
60+
activesupport (= 7.0.4)
6161
globalid (>= 0.3.6)
62-
activemodel (7.0.3.1)
63-
activesupport (= 7.0.3.1)
64-
activerecord (7.0.3.1)
65-
activemodel (= 7.0.3.1)
66-
activesupport (= 7.0.3.1)
67-
activestorage (7.0.3.1)
68-
actionpack (= 7.0.3.1)
69-
activejob (= 7.0.3.1)
70-
activerecord (= 7.0.3.1)
71-
activesupport (= 7.0.3.1)
62+
activemodel (7.0.4)
63+
activesupport (= 7.0.4)
64+
activerecord (7.0.4)
65+
activemodel (= 7.0.4)
66+
activesupport (= 7.0.4)
67+
activestorage (7.0.4)
68+
actionpack (= 7.0.4)
69+
activejob (= 7.0.4)
70+
activerecord (= 7.0.4)
71+
activesupport (= 7.0.4)
7272
marcel (~> 1.0)
7373
mini_mime (>= 1.1.0)
74-
activesupport (7.0.3.1)
74+
activesupport (7.0.4)
7575
concurrent-ruby (~> 1.0, >= 1.0.2)
7676
i18n (>= 1.6, < 2)
7777
minitest (>= 5.1)
@@ -126,28 +126,28 @@ GEM
126126
rack (2.2.4)
127127
rack-test (2.0.2)
128128
rack (>= 1.3)
129-
rails (7.0.3.1)
130-
actioncable (= 7.0.3.1)
131-
actionmailbox (= 7.0.3.1)
132-
actionmailer (= 7.0.3.1)
133-
actionpack (= 7.0.3.1)
134-
actiontext (= 7.0.3.1)
135-
actionview (= 7.0.3.1)
136-
activejob (= 7.0.3.1)
137-
activemodel (= 7.0.3.1)
138-
activerecord (= 7.0.3.1)
139-
activestorage (= 7.0.3.1)
140-
activesupport (= 7.0.3.1)
129+
rails (7.0.4)
130+
actioncable (= 7.0.4)
131+
actionmailbox (= 7.0.4)
132+
actionmailer (= 7.0.4)
133+
actionpack (= 7.0.4)
134+
actiontext (= 7.0.4)
135+
actionview (= 7.0.4)
136+
activejob (= 7.0.4)
137+
activemodel (= 7.0.4)
138+
activerecord (= 7.0.4)
139+
activestorage (= 7.0.4)
140+
activesupport (= 7.0.4)
141141
bundler (>= 1.15.0)
142-
railties (= 7.0.3.1)
142+
railties (= 7.0.4)
143143
rails-dom-testing (2.0.3)
144144
activesupport (>= 4.2.0)
145145
nokogiri (>= 1.6)
146146
rails-html-sanitizer (1.4.3)
147147
loofah (~> 2.3)
148-
railties (7.0.3.1)
149-
actionpack (= 7.0.3.1)
150-
activesupport (= 7.0.3.1)
148+
railties (7.0.4)
149+
actionpack (= 7.0.4)
150+
activesupport (= 7.0.4)
151151
method_source
152152
rake (>= 12.2)
153153
thor (~> 1.0)

0 commit comments

Comments
 (0)