Skip to content

Commit dc7ef21

Browse files
authored
Merge pull request #1148 from alphagov/dependabot/bundler/rails-7.0.8
Bump rails from 7.0.7.2 to 7.0.8
2 parents 4eb1221 + bf4a928 commit dc7ef21

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
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.7.2"
3+
gem "rails", "7.0.8"
44

55
gem "bootsnap", require: false
66
gem "deepsort"

Gemfile.lock

Lines changed: 57 additions & 57 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.7.2)
5-
actionpack (= 7.0.7.2)
6-
activesupport (= 7.0.7.2)
4+
actioncable (7.0.8)
5+
actionpack (= 7.0.8)
6+
activesupport (= 7.0.8)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.7.2)
10-
actionpack (= 7.0.7.2)
11-
activejob (= 7.0.7.2)
12-
activerecord (= 7.0.7.2)
13-
activestorage (= 7.0.7.2)
14-
activesupport (= 7.0.7.2)
9+
actionmailbox (7.0.8)
10+
actionpack (= 7.0.8)
11+
activejob (= 7.0.8)
12+
activerecord (= 7.0.8)
13+
activestorage (= 7.0.8)
14+
activesupport (= 7.0.8)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.7.2)
20-
actionpack (= 7.0.7.2)
21-
actionview (= 7.0.7.2)
22-
activejob (= 7.0.7.2)
23-
activesupport (= 7.0.7.2)
19+
actionmailer (7.0.8)
20+
actionpack (= 7.0.8)
21+
actionview (= 7.0.8)
22+
activejob (= 7.0.8)
23+
activesupport (= 7.0.8)
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.7.2)
30-
actionview (= 7.0.7.2)
31-
activesupport (= 7.0.7.2)
29+
actionpack (7.0.8)
30+
actionview (= 7.0.8)
31+
activesupport (= 7.0.8)
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.7.2)
37-
actionpack (= 7.0.7.2)
38-
activerecord (= 7.0.7.2)
39-
activestorage (= 7.0.7.2)
40-
activesupport (= 7.0.7.2)
36+
actiontext (7.0.8)
37+
actionpack (= 7.0.8)
38+
activerecord (= 7.0.8)
39+
activestorage (= 7.0.8)
40+
activesupport (= 7.0.8)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.7.2)
44-
activesupport (= 7.0.7.2)
43+
actionview (7.0.8)
44+
activesupport (= 7.0.8)
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.7.2)
50-
activesupport (= 7.0.7.2)
49+
activejob (7.0.8)
50+
activesupport (= 7.0.8)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.7.2)
53-
activesupport (= 7.0.7.2)
54-
activerecord (7.0.7.2)
55-
activemodel (= 7.0.7.2)
56-
activesupport (= 7.0.7.2)
57-
activestorage (7.0.7.2)
58-
actionpack (= 7.0.7.2)
59-
activejob (= 7.0.7.2)
60-
activerecord (= 7.0.7.2)
61-
activesupport (= 7.0.7.2)
52+
activemodel (7.0.8)
53+
activesupport (= 7.0.8)
54+
activerecord (7.0.8)
55+
activemodel (= 7.0.8)
56+
activesupport (= 7.0.8)
57+
activestorage (7.0.8)
58+
actionpack (= 7.0.8)
59+
activejob (= 7.0.8)
60+
activerecord (= 7.0.8)
61+
activesupport (= 7.0.8)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.7.2)
64+
activesupport (7.0.8)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -134,8 +134,8 @@ GEM
134134
rails (>= 6)
135135
warden (~> 1.2)
136136
warden-oauth2 (~> 0.0.1)
137-
globalid (1.1.0)
138-
activesupport (>= 5.0)
137+
globalid (1.2.1)
138+
activesupport (>= 6.1)
139139
google-protobuf (3.23.4)
140140
google-protobuf (3.23.4-aarch64-linux)
141141
google-protobuf (3.23.4-arm64-darwin)
@@ -196,7 +196,7 @@ GEM
196196
mime-types-data (3.2023.0808)
197197
mini_mime (1.1.5)
198198
mini_portile2 (2.8.4)
199-
minitest (5.19.0)
199+
minitest (5.20.0)
200200
mongo (2.15.0)
201201
bson (>= 4.8.2, < 5.0.0)
202202
mongoid (7.5.4)
@@ -480,30 +480,30 @@ GEM
480480
rack
481481
rack-test (2.1.0)
482482
rack (>= 1.3)
483-
rails (7.0.7.2)
484-
actioncable (= 7.0.7.2)
485-
actionmailbox (= 7.0.7.2)
486-
actionmailer (= 7.0.7.2)
487-
actionpack (= 7.0.7.2)
488-
actiontext (= 7.0.7.2)
489-
actionview (= 7.0.7.2)
490-
activejob (= 7.0.7.2)
491-
activemodel (= 7.0.7.2)
492-
activerecord (= 7.0.7.2)
493-
activestorage (= 7.0.7.2)
494-
activesupport (= 7.0.7.2)
483+
rails (7.0.8)
484+
actioncable (= 7.0.8)
485+
actionmailbox (= 7.0.8)
486+
actionmailer (= 7.0.8)
487+
actionpack (= 7.0.8)
488+
actiontext (= 7.0.8)
489+
actionview (= 7.0.8)
490+
activejob (= 7.0.8)
491+
activemodel (= 7.0.8)
492+
activerecord (= 7.0.8)
493+
activestorage (= 7.0.8)
494+
activesupport (= 7.0.8)
495495
bundler (>= 1.15.0)
496-
railties (= 7.0.7.2)
496+
railties (= 7.0.8)
497497
rails-dom-testing (2.2.0)
498498
activesupport (>= 5.0.0)
499499
minitest
500500
nokogiri (>= 1.6)
501501
rails-html-sanitizer (1.6.0)
502502
loofah (~> 2.21)
503503
nokogiri (~> 1.14)
504-
railties (7.0.7.2)
505-
actionpack (= 7.0.7.2)
506-
activesupport (= 7.0.7.2)
504+
railties (7.0.8)
505+
actionpack (= 7.0.8)
506+
activesupport (= 7.0.8)
507507
method_source
508508
rake (>= 12.2)
509509
thor (~> 1.0)
@@ -659,7 +659,7 @@ DEPENDENCIES
659659
plek
660660
pry-byebug
661661
rack-cache
662-
rails (= 7.0.7.2)
662+
rails (= 7.0.8)
663663
rspec-rails
664664
rubocop-govuk
665665
simplecov

0 commit comments

Comments
 (0)