Skip to content

Commit 139b000

Browse files
authored
Merge pull request #3435 from alphagov/dependabot/bundler/rails-8.0.1
Bump rails from 7.2.2.1 to 8.0.1
2 parents c0afbcd + 346c7ff commit 139b000

File tree

2 files changed

+58
-57
lines changed

2 files changed

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

55
gem "activejob-retry"
66
gem "addressable"

Gemfile.lock

Lines changed: 57 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,68 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.1)
5-
actionpack (= 7.2.2.1)
6-
activesupport (= 7.2.2.1)
4+
actioncable (8.0.1)
5+
actionpack (= 8.0.1)
6+
activesupport (= 8.0.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2.1)
11-
actionpack (= 7.2.2.1)
12-
activejob (= 7.2.2.1)
13-
activerecord (= 7.2.2.1)
14-
activestorage (= 7.2.2.1)
15-
activesupport (= 7.2.2.1)
10+
actionmailbox (8.0.1)
11+
actionpack (= 8.0.1)
12+
activejob (= 8.0.1)
13+
activerecord (= 8.0.1)
14+
activestorage (= 8.0.1)
15+
activesupport (= 8.0.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2.1)
18-
actionpack (= 7.2.2.1)
19-
actionview (= 7.2.2.1)
20-
activejob (= 7.2.2.1)
21-
activesupport (= 7.2.2.1)
17+
actionmailer (8.0.1)
18+
actionpack (= 8.0.1)
19+
actionview (= 8.0.1)
20+
activejob (= 8.0.1)
21+
activesupport (= 8.0.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activesupport (= 7.2.2.1)
24+
actionpack (8.0.1)
25+
actionview (= 8.0.1)
26+
activesupport (= 8.0.1)
2727
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
28+
rack (>= 2.2.4)
3029
rack-session (>= 1.0.1)
3130
rack-test (>= 0.6.3)
3231
rails-dom-testing (~> 2.2)
3332
rails-html-sanitizer (~> 1.6)
3433
useragent (~> 0.16)
35-
actiontext (7.2.2.1)
36-
actionpack (= 7.2.2.1)
37-
activerecord (= 7.2.2.1)
38-
activestorage (= 7.2.2.1)
39-
activesupport (= 7.2.2.1)
34+
actiontext (8.0.1)
35+
actionpack (= 8.0.1)
36+
activerecord (= 8.0.1)
37+
activestorage (= 8.0.1)
38+
activesupport (= 8.0.1)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.1)
43-
activesupport (= 7.2.2.1)
41+
actionview (8.0.1)
42+
activesupport (= 8.0.1)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
4746
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.1)
49-
activesupport (= 7.2.2.1)
47+
activejob (8.0.1)
48+
activesupport (= 8.0.1)
5049
globalid (>= 0.3.6)
5150
activejob-retry (0.6.3)
5251
activejob (>= 4.2)
5352
activesupport (>= 4.2)
54-
activemodel (7.2.2.1)
55-
activesupport (= 7.2.2.1)
56-
activerecord (7.2.2.1)
57-
activemodel (= 7.2.2.1)
58-
activesupport (= 7.2.2.1)
53+
activemodel (8.0.1)
54+
activesupport (= 8.0.1)
55+
activerecord (8.0.1)
56+
activemodel (= 8.0.1)
57+
activesupport (= 8.0.1)
5958
timeout (>= 0.4.0)
60-
activestorage (7.2.2.1)
61-
actionpack (= 7.2.2.1)
62-
activejob (= 7.2.2.1)
63-
activerecord (= 7.2.2.1)
64-
activesupport (= 7.2.2.1)
59+
activestorage (8.0.1)
60+
actionpack (= 8.0.1)
61+
activejob (= 8.0.1)
62+
activerecord (= 8.0.1)
63+
activesupport (= 8.0.1)
6564
marcel (~> 1.0)
66-
activesupport (7.2.2.1)
65+
activesupport (8.0.1)
6766
base64
6867
benchmark (>= 0.3)
6968
bigdecimal
@@ -75,6 +74,7 @@ GEM
7574
minitest (>= 5.1)
7675
securerandom (>= 0.3)
7776
tzinfo (~> 2.0, >= 2.0.5)
77+
uri (>= 0.13.1)
7878
addressable (2.8.7)
7979
public_suffix (>= 2.0.2, < 7.0)
8080
ancestry (4.3.3)
@@ -614,20 +614,20 @@ GEM
614614
rack (>= 1.3)
615615
rackup (2.2.1)
616616
rack (>= 3)
617-
rails (7.2.2.1)
618-
actioncable (= 7.2.2.1)
619-
actionmailbox (= 7.2.2.1)
620-
actionmailer (= 7.2.2.1)
621-
actionpack (= 7.2.2.1)
622-
actiontext (= 7.2.2.1)
623-
actionview (= 7.2.2.1)
624-
activejob (= 7.2.2.1)
625-
activemodel (= 7.2.2.1)
626-
activerecord (= 7.2.2.1)
627-
activestorage (= 7.2.2.1)
628-
activesupport (= 7.2.2.1)
617+
rails (8.0.1)
618+
actioncable (= 8.0.1)
619+
actionmailbox (= 8.0.1)
620+
actionmailer (= 8.0.1)
621+
actionpack (= 8.0.1)
622+
actiontext (= 8.0.1)
623+
actionview (= 8.0.1)
624+
activejob (= 8.0.1)
625+
activemodel (= 8.0.1)
626+
activerecord (= 8.0.1)
627+
activestorage (= 8.0.1)
628+
activesupport (= 8.0.1)
629629
bundler (>= 1.15.0)
630-
railties (= 7.2.2.1)
630+
railties (= 8.0.1)
631631
rails-controller-testing (1.0.5)
632632
actionpack (>= 5.0.1.rc1)
633633
actionview (>= 5.0.1.rc1)
@@ -639,9 +639,9 @@ GEM
639639
rails-html-sanitizer (1.6.2)
640640
loofah (~> 2.21)
641641
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
642-
railties (7.2.2.1)
643-
actionpack (= 7.2.2.1)
644-
activesupport (= 7.2.2.1)
642+
railties (8.0.1)
643+
actionpack (= 8.0.1)
644+
activesupport (= 8.0.1)
645645
irb (~> 1.13)
646646
rackup (>= 1.0.0)
647647
rake (>= 12.2)
@@ -792,6 +792,7 @@ GEM
792792
unicode-display_width (3.1.3)
793793
unicode-emoji (~> 4.0, >= 4.0.4)
794794
unicode-emoji (4.0.4)
795+
uri (1.0.2)
795796
useragent (0.16.11)
796797
uuid (2.3.9)
797798
macaddr (~> 1.0)
@@ -856,7 +857,7 @@ DEPENDENCIES
856857
pry-byebug
857858
pundit
858859
rack-attack
859-
rails (= 7.2.2.1)
860+
rails (= 8.0.1)
860861
rails-controller-testing
861862
rails-html-sanitizer
862863
rake

0 commit comments

Comments
 (0)