Skip to content

Commit db0eed7

Browse files
Bump rails from 7.0.3.1 to 7.0.4
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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dde6130 commit db0eed7

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "rails", "7.0.3.1"
3+
gem "rails", "7.0.4"
44

55
gem "dalli"
66
gem "gds-api-adapters"

Gemfile.lock

+54-54
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.3.1)
5-
actionpack (= 7.0.3.1)
6-
activesupport (= 7.0.3.1)
4+
actioncable (7.0.4)
5+
actionpack (= 7.0.4)
6+
activesupport (= 7.0.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.3.1)
10-
actionpack (= 7.0.3.1)
11-
activejob (= 7.0.3.1)
12-
activerecord (= 7.0.3.1)
13-
activestorage (= 7.0.3.1)
14-
activesupport (= 7.0.3.1)
9+
actionmailbox (7.0.4)
10+
actionpack (= 7.0.4)
11+
activejob (= 7.0.4)
12+
activerecord (= 7.0.4)
13+
activestorage (= 7.0.4)
14+
activesupport (= 7.0.4)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.3.1)
20-
actionpack (= 7.0.3.1)
21-
actionview (= 7.0.3.1)
22-
activejob (= 7.0.3.1)
23-
activesupport (= 7.0.3.1)
19+
actionmailer (7.0.4)
20+
actionpack (= 7.0.4)
21+
actionview (= 7.0.4)
22+
activejob (= 7.0.4)
23+
activesupport (= 7.0.4)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.3.1)
30-
actionview (= 7.0.3.1)
31-
activesupport (= 7.0.3.1)
29+
actionpack (7.0.4)
30+
actionview (= 7.0.4)
31+
activesupport (= 7.0.4)
3232
rack (~> 2.0, >= 2.2.0)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.3.1)
37-
actionpack (= 7.0.3.1)
38-
activerecord (= 7.0.3.1)
39-
activestorage (= 7.0.3.1)
40-
activesupport (= 7.0.3.1)
36+
actiontext (7.0.4)
37+
actionpack (= 7.0.4)
38+
activerecord (= 7.0.4)
39+
activestorage (= 7.0.4)
40+
activesupport (= 7.0.4)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.3.1)
44-
activesupport (= 7.0.3.1)
43+
actionview (7.0.4)
44+
activesupport (= 7.0.4)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.3.1)
50-
activesupport (= 7.0.3.1)
49+
activejob (7.0.4)
50+
activesupport (= 7.0.4)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.3.1)
53-
activesupport (= 7.0.3.1)
54-
activerecord (7.0.3.1)
55-
activemodel (= 7.0.3.1)
56-
activesupport (= 7.0.3.1)
57-
activestorage (7.0.3.1)
58-
actionpack (= 7.0.3.1)
59-
activejob (= 7.0.3.1)
60-
activerecord (= 7.0.3.1)
61-
activesupport (= 7.0.3.1)
52+
activemodel (7.0.4)
53+
activesupport (= 7.0.4)
54+
activerecord (7.0.4)
55+
activemodel (= 7.0.4)
56+
activesupport (= 7.0.4)
57+
activestorage (7.0.4)
58+
actionpack (= 7.0.4)
59+
activejob (= 7.0.4)
60+
activerecord (= 7.0.4)
61+
activesupport (= 7.0.4)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.3.1)
64+
activesupport (7.0.4)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -241,20 +241,20 @@ GEM
241241
rack-test (2.0.2)
242242
rack (>= 1.3)
243243
rack_strip_client_ip (0.0.2)
244-
rails (7.0.3.1)
245-
actioncable (= 7.0.3.1)
246-
actionmailbox (= 7.0.3.1)
247-
actionmailer (= 7.0.3.1)
248-
actionpack (= 7.0.3.1)
249-
actiontext (= 7.0.3.1)
250-
actionview (= 7.0.3.1)
251-
activejob (= 7.0.3.1)
252-
activemodel (= 7.0.3.1)
253-
activerecord (= 7.0.3.1)
254-
activestorage (= 7.0.3.1)
255-
activesupport (= 7.0.3.1)
244+
rails (7.0.4)
245+
actioncable (= 7.0.4)
246+
actionmailbox (= 7.0.4)
247+
actionmailer (= 7.0.4)
248+
actionpack (= 7.0.4)
249+
actiontext (= 7.0.4)
250+
actionview (= 7.0.4)
251+
activejob (= 7.0.4)
252+
activemodel (= 7.0.4)
253+
activerecord (= 7.0.4)
254+
activestorage (= 7.0.4)
255+
activesupport (= 7.0.4)
256256
bundler (>= 1.15.0)
257-
railties (= 7.0.3.1)
257+
railties (= 7.0.4)
258258
rails-controller-testing (1.0.5)
259259
actionpack (>= 5.0.1.rc1)
260260
actionview (>= 5.0.1.rc1)
@@ -272,9 +272,9 @@ GEM
272272
csv (~> 3.2)
273273
i18n-tasks
274274
rails-i18n
275-
railties (7.0.3.1)
276-
actionpack (= 7.0.3.1)
277-
activesupport (= 7.0.3.1)
275+
railties (7.0.4)
276+
actionpack (= 7.0.4)
277+
activesupport (= 7.0.4)
278278
method_source
279279
rake (>= 12.2)
280280
thor (~> 1.0)
@@ -416,7 +416,7 @@ DEPENDENCIES
416416
plek
417417
pry
418418
rack_strip_client_ip
419-
rails (= 7.0.3.1)
419+
rails (= 7.0.4)
420420
rails-controller-testing
421421
rails-i18n
422422
rails_translation_manager

0 commit comments

Comments
 (0)