Skip to content

Commit dbf09e1

Browse files
authoredMar 12, 2025··
Merge pull request #1637 from alphagov/dependabot/bundler/rails-8.0.2
2 parents 2206077 + e9c3d2c commit dbf09e1

File tree

2 files changed

+58
-57
lines changed

2 files changed

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

55
gem "addressable"
66
gem "aws-sdk-core"

‎Gemfile.lock

+57-56
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.1)
5-
actionpack (= 8.0.1)
6-
activesupport (= 8.0.1)
4+
actioncable (8.0.2)
5+
actionpack (= 8.0.2)
6+
activesupport (= 8.0.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
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)
10+
actionmailbox (8.0.2)
11+
actionpack (= 8.0.2)
12+
activejob (= 8.0.2)
13+
activerecord (= 8.0.2)
14+
activestorage (= 8.0.2)
15+
activesupport (= 8.0.2)
1616
mail (>= 2.8.0)
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)
17+
actionmailer (8.0.2)
18+
actionpack (= 8.0.2)
19+
actionview (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activesupport (= 8.0.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.1)
25-
actionview (= 8.0.1)
26-
activesupport (= 8.0.1)
24+
actionpack (8.0.2)
25+
actionview (= 8.0.2)
26+
activesupport (= 8.0.2)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
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)
34+
actiontext (8.0.2)
35+
actionpack (= 8.0.2)
36+
activerecord (= 8.0.2)
37+
activestorage (= 8.0.2)
38+
activesupport (= 8.0.2)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.1)
42-
activesupport (= 8.0.1)
41+
actionview (8.0.2)
42+
activesupport (= 8.0.2)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.1)
48-
activesupport (= 8.0.1)
47+
activejob (8.0.2)
48+
activesupport (= 8.0.2)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.1)
51-
activesupport (= 8.0.1)
52-
activerecord (8.0.1)
53-
activemodel (= 8.0.1)
54-
activesupport (= 8.0.1)
50+
activemodel (8.0.2)
51+
activesupport (= 8.0.2)
52+
activerecord (8.0.2)
53+
activemodel (= 8.0.2)
54+
activesupport (= 8.0.2)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.1)
57-
actionpack (= 8.0.1)
58-
activejob (= 8.0.1)
59-
activerecord (= 8.0.1)
60-
activesupport (= 8.0.1)
56+
activestorage (8.0.2)
57+
actionpack (= 8.0.2)
58+
activejob (= 8.0.2)
59+
activerecord (= 8.0.2)
60+
activesupport (= 8.0.2)
6161
marcel (~> 1.0)
62-
activesupport (8.0.1)
62+
activesupport (8.0.2)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -274,7 +274,7 @@ GEM
274274
net-protocol
275275
net-protocol (0.2.2)
276276
timeout
277-
net-smtp (0.5.0)
277+
net-smtp (0.5.1)
278278
net-protocol
279279
netrc (0.11.0)
280280
nio4r (2.7.4)
@@ -578,20 +578,20 @@ GEM
578578
rack_strip_client_ip (0.0.2)
579579
rackup (2.2.1)
580580
rack (>= 3)
581-
rails (8.0.1)
582-
actioncable (= 8.0.1)
583-
actionmailbox (= 8.0.1)
584-
actionmailer (= 8.0.1)
585-
actionpack (= 8.0.1)
586-
actiontext (= 8.0.1)
587-
actionview (= 8.0.1)
588-
activejob (= 8.0.1)
589-
activemodel (= 8.0.1)
590-
activerecord (= 8.0.1)
591-
activestorage (= 8.0.1)
592-
activesupport (= 8.0.1)
581+
rails (8.0.2)
582+
actioncable (= 8.0.2)
583+
actionmailbox (= 8.0.2)
584+
actionmailer (= 8.0.2)
585+
actionpack (= 8.0.2)
586+
actiontext (= 8.0.2)
587+
actionview (= 8.0.2)
588+
activejob (= 8.0.2)
589+
activemodel (= 8.0.2)
590+
activerecord (= 8.0.2)
591+
activestorage (= 8.0.2)
592+
activesupport (= 8.0.2)
593593
bundler (>= 1.15.0)
594-
railties (= 8.0.1)
594+
railties (= 8.0.2)
595595
rails-controller-testing (1.0.5)
596596
actionpack (>= 5.0.1.rc1)
597597
actionview (>= 5.0.1.rc1)
@@ -603,9 +603,9 @@ GEM
603603
rails-html-sanitizer (1.6.2)
604604
loofah (~> 2.21)
605605
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)
606-
railties (8.0.1)
607-
actionpack (= 8.0.1)
608-
activesupport (= 8.0.1)
606+
railties (8.0.2)
607+
actionpack (= 8.0.2)
608+
activesupport (= 8.0.2)
609609
irb (~> 1.13)
610610
rackup (>= 1.0.0)
611611
rake (>= 12.2)
@@ -769,7 +769,8 @@ GEM
769769
crack (>= 0.3.2)
770770
hashdiff (>= 0.4.0, < 2.0.0)
771771
webrick (1.9.1)
772-
websocket-driver (0.7.6)
772+
websocket-driver (0.7.7)
773+
base64
773774
websocket-extensions (>= 0.1.0)
774775
websocket-extensions (0.1.5)
775776
zeitwerk (2.7.2)
@@ -805,7 +806,7 @@ DEPENDENCIES
805806
pact_broker-client
806807
plek
807808
rack_strip_client_ip
808-
rails (= 8.0.1)
809+
rails (= 8.0.2)
809810
rails-controller-testing
810811
rspec-rails
811812
rspec-sidekiq

0 commit comments

Comments
 (0)
Please sign in to comment.