Skip to content

Commit 04361c5

Browse files
authored
Merge pull request #842 from alphagov/dependabot/bundler/rails-7.0.7
build(deps): bump rails from 7.0.6 to 7.0.7
2 parents b63854b + dfbe926 commit 04361c5

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

Gemfile

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

3-
gem "rails", "7.0.6"
3+
gem "rails", "7.0.7"
44

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

Gemfile.lock

Lines changed: 56 additions & 56 deletions
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.6)
5-
actionpack (= 7.0.6)
6-
activesupport (= 7.0.6)
4+
actioncable (7.0.7)
5+
actionpack (= 7.0.7)
6+
activesupport (= 7.0.7)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.6)
10-
actionpack (= 7.0.6)
11-
activejob (= 7.0.6)
12-
activerecord (= 7.0.6)
13-
activestorage (= 7.0.6)
14-
activesupport (= 7.0.6)
9+
actionmailbox (7.0.7)
10+
actionpack (= 7.0.7)
11+
activejob (= 7.0.7)
12+
activerecord (= 7.0.7)
13+
activestorage (= 7.0.7)
14+
activesupport (= 7.0.7)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.6)
20-
actionpack (= 7.0.6)
21-
actionview (= 7.0.6)
22-
activejob (= 7.0.6)
23-
activesupport (= 7.0.6)
19+
actionmailer (7.0.7)
20+
actionpack (= 7.0.7)
21+
actionview (= 7.0.7)
22+
activejob (= 7.0.7)
23+
activesupport (= 7.0.7)
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.6)
30-
actionview (= 7.0.6)
31-
activesupport (= 7.0.6)
29+
actionpack (7.0.7)
30+
actionview (= 7.0.7)
31+
activesupport (= 7.0.7)
3232
rack (~> 2.0, >= 2.2.4)
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.6)
37-
actionpack (= 7.0.6)
38-
activerecord (= 7.0.6)
39-
activestorage (= 7.0.6)
40-
activesupport (= 7.0.6)
36+
actiontext (7.0.7)
37+
actionpack (= 7.0.7)
38+
activerecord (= 7.0.7)
39+
activestorage (= 7.0.7)
40+
activesupport (= 7.0.7)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.6)
44-
activesupport (= 7.0.6)
43+
actionview (7.0.7)
44+
activesupport (= 7.0.7)
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.6)
50-
activesupport (= 7.0.6)
49+
activejob (7.0.7)
50+
activesupport (= 7.0.7)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.6)
53-
activesupport (= 7.0.6)
54-
activerecord (7.0.6)
55-
activemodel (= 7.0.6)
56-
activesupport (= 7.0.6)
57-
activestorage (7.0.6)
58-
actionpack (= 7.0.6)
59-
activejob (= 7.0.6)
60-
activerecord (= 7.0.6)
61-
activesupport (= 7.0.6)
52+
activemodel (7.0.7)
53+
activesupport (= 7.0.7)
54+
activerecord (7.0.7)
55+
activemodel (= 7.0.7)
56+
activesupport (= 7.0.7)
57+
activestorage (7.0.7)
58+
actionpack (= 7.0.7)
59+
activejob (= 7.0.7)
60+
activerecord (= 7.0.7)
61+
activesupport (= 7.0.7)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.6)
64+
activesupport (7.0.7)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -185,7 +185,7 @@ GEM
185185
mime-types (3.4.1)
186186
mime-types-data (~> 3.2015)
187187
mime-types-data (3.2023.0218.1)
188-
mini_mime (1.1.2)
188+
mini_mime (1.1.5)
189189
mini_portile2 (2.8.4)
190190
minitest (5.19.0)
191191
multi_xml (0.6.0)
@@ -438,30 +438,30 @@ GEM
438438
rack
439439
rack-test (2.1.0)
440440
rack (>= 1.3)
441-
rails (7.0.6)
442-
actioncable (= 7.0.6)
443-
actionmailbox (= 7.0.6)
444-
actionmailer (= 7.0.6)
445-
actionpack (= 7.0.6)
446-
actiontext (= 7.0.6)
447-
actionview (= 7.0.6)
448-
activejob (= 7.0.6)
449-
activemodel (= 7.0.6)
450-
activerecord (= 7.0.6)
451-
activestorage (= 7.0.6)
452-
activesupport (= 7.0.6)
441+
rails (7.0.7)
442+
actioncable (= 7.0.7)
443+
actionmailbox (= 7.0.7)
444+
actionmailer (= 7.0.7)
445+
actionpack (= 7.0.7)
446+
actiontext (= 7.0.7)
447+
actionview (= 7.0.7)
448+
activejob (= 7.0.7)
449+
activemodel (= 7.0.7)
450+
activerecord (= 7.0.7)
451+
activestorage (= 7.0.7)
452+
activesupport (= 7.0.7)
453453
bundler (>= 1.15.0)
454-
railties (= 7.0.6)
455-
rails-dom-testing (2.1.1)
454+
railties (= 7.0.7)
455+
rails-dom-testing (2.2.0)
456456
activesupport (>= 5.0.0)
457457
minitest
458458
nokogiri (>= 1.6)
459459
rails-html-sanitizer (1.6.0)
460460
loofah (~> 2.21)
461461
nokogiri (~> 1.14)
462-
railties (7.0.6)
463-
actionpack (= 7.0.6)
464-
activesupport (= 7.0.6)
462+
railties (7.0.7)
463+
actionpack (= 7.0.7)
464+
activesupport (= 7.0.7)
465465
method_source
466466
rake (>= 12.2)
467467
thor (~> 1.0)
@@ -608,7 +608,7 @@ DEPENDENCIES
608608
listen
609609
plek
610610
pry-byebug
611-
rails (= 7.0.6)
611+
rails (= 7.0.7)
612612
responders
613613
rspec-collection_matchers
614614
rspec-rails

0 commit comments

Comments
 (0)