Skip to content

Commit 777a7ba

Browse files
authored
Merge pull request #818 from alphagov/dependabot/bundler/rails-8.1.2.1
2 parents 87803ea + aadd31a commit 777a7ba

2 files changed

Lines changed: 60 additions & 60 deletions

File tree

Gemfile

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

33
ruby "~> 3.4.0"
44

5-
gem "rails", "8.1.2"
5+
gem "rails", "8.1.2.1"
66

77
gem "aws-sdk-s3"
88
gem "bootsnap", require: false

Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,66 @@ GEM
33
specs:
44
action_text-trix (2.1.17)
55
railties
6-
actioncable (8.1.2)
7-
actionpack (= 8.1.2)
8-
activesupport (= 8.1.2)
6+
actioncable (8.1.2.1)
7+
actionpack (= 8.1.2.1)
8+
activesupport (= 8.1.2.1)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
1111
zeitwerk (~> 2.6)
12-
actionmailbox (8.1.2)
13-
actionpack (= 8.1.2)
14-
activejob (= 8.1.2)
15-
activerecord (= 8.1.2)
16-
activestorage (= 8.1.2)
17-
activesupport (= 8.1.2)
12+
actionmailbox (8.1.2.1)
13+
actionpack (= 8.1.2.1)
14+
activejob (= 8.1.2.1)
15+
activerecord (= 8.1.2.1)
16+
activestorage (= 8.1.2.1)
17+
activesupport (= 8.1.2.1)
1818
mail (>= 2.8.0)
19-
actionmailer (8.1.2)
20-
actionpack (= 8.1.2)
21-
actionview (= 8.1.2)
22-
activejob (= 8.1.2)
23-
activesupport (= 8.1.2)
19+
actionmailer (8.1.2.1)
20+
actionpack (= 8.1.2.1)
21+
actionview (= 8.1.2.1)
22+
activejob (= 8.1.2.1)
23+
activesupport (= 8.1.2.1)
2424
mail (>= 2.8.0)
2525
rails-dom-testing (~> 2.2)
26-
actionpack (8.1.2)
27-
actionview (= 8.1.2)
28-
activesupport (= 8.1.2)
26+
actionpack (8.1.2.1)
27+
actionview (= 8.1.2.1)
28+
activesupport (= 8.1.2.1)
2929
nokogiri (>= 1.8.5)
3030
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (8.1.2)
36+
actiontext (8.1.2.1)
3737
action_text-trix (~> 2.1.15)
38-
actionpack (= 8.1.2)
39-
activerecord (= 8.1.2)
40-
activestorage (= 8.1.2)
41-
activesupport (= 8.1.2)
38+
actionpack (= 8.1.2.1)
39+
activerecord (= 8.1.2.1)
40+
activestorage (= 8.1.2.1)
41+
activesupport (= 8.1.2.1)
4242
globalid (>= 0.6.0)
4343
nokogiri (>= 1.8.5)
44-
actionview (8.1.2)
45-
activesupport (= 8.1.2)
44+
actionview (8.1.2.1)
45+
activesupport (= 8.1.2.1)
4646
builder (~> 3.1)
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (8.1.2)
51-
activesupport (= 8.1.2)
50+
activejob (8.1.2.1)
51+
activesupport (= 8.1.2.1)
5252
globalid (>= 0.3.6)
53-
activemodel (8.1.2)
54-
activesupport (= 8.1.2)
55-
activerecord (8.1.2)
56-
activemodel (= 8.1.2)
57-
activesupport (= 8.1.2)
53+
activemodel (8.1.2.1)
54+
activesupport (= 8.1.2.1)
55+
activerecord (8.1.2.1)
56+
activemodel (= 8.1.2.1)
57+
activesupport (= 8.1.2.1)
5858
timeout (>= 0.4.0)
59-
activestorage (8.1.2)
60-
actionpack (= 8.1.2)
61-
activejob (= 8.1.2)
62-
activerecord (= 8.1.2)
63-
activesupport (= 8.1.2)
59+
activestorage (8.1.2.1)
60+
actionpack (= 8.1.2.1)
61+
activejob (= 8.1.2.1)
62+
activerecord (= 8.1.2.1)
63+
activesupport (= 8.1.2.1)
6464
marcel (~> 1.0)
65-
activesupport (8.1.2)
65+
activesupport (8.1.2.1)
6666
base64
6767
bigdecimal
6868
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -246,7 +246,7 @@ GEM
246246
multi_json (1.19.1)
247247
multi_xml (0.8.1)
248248
bigdecimal (>= 3.1, < 5)
249-
net-imap (0.6.2)
249+
net-imap (0.6.3)
250250
date
251251
net-protocol
252252
net-pop (0.1.2)
@@ -257,11 +257,11 @@ GEM
257257
net-protocol
258258
netrc (0.11.0)
259259
nio4r (2.7.5)
260-
nokogiri (1.19.1-aarch64-linux-gnu)
260+
nokogiri (1.19.2-aarch64-linux-gnu)
261261
racc (~> 1.4)
262-
nokogiri (1.19.1-arm64-darwin)
262+
nokogiri (1.19.2-arm64-darwin)
263263
racc (~> 1.4)
264-
nokogiri (1.19.1-x86_64-linux-gnu)
264+
nokogiri (1.19.2-x86_64-linux-gnu)
265265
racc (~> 1.4)
266266
null_logger (0.0.1)
267267
opentelemetry-api (1.8.0)
@@ -509,30 +509,30 @@ GEM
509509
rack (>= 1.3)
510510
rackup (2.3.1)
511511
rack (>= 3)
512-
rails (8.1.2)
513-
actioncable (= 8.1.2)
514-
actionmailbox (= 8.1.2)
515-
actionmailer (= 8.1.2)
516-
actionpack (= 8.1.2)
517-
actiontext (= 8.1.2)
518-
actionview (= 8.1.2)
519-
activejob (= 8.1.2)
520-
activemodel (= 8.1.2)
521-
activerecord (= 8.1.2)
522-
activestorage (= 8.1.2)
523-
activesupport (= 8.1.2)
512+
rails (8.1.2.1)
513+
actioncable (= 8.1.2.1)
514+
actionmailbox (= 8.1.2.1)
515+
actionmailer (= 8.1.2.1)
516+
actionpack (= 8.1.2.1)
517+
actiontext (= 8.1.2.1)
518+
actionview (= 8.1.2.1)
519+
activejob (= 8.1.2.1)
520+
activemodel (= 8.1.2.1)
521+
activerecord (= 8.1.2.1)
522+
activestorage (= 8.1.2.1)
523+
activesupport (= 8.1.2.1)
524524
bundler (>= 1.15.0)
525-
railties (= 8.1.2)
525+
railties (= 8.1.2.1)
526526
rails-dom-testing (2.3.0)
527527
activesupport (>= 5.0.0)
528528
minitest
529529
nokogiri (>= 1.6)
530530
rails-html-sanitizer (1.7.0)
531531
loofah (~> 2.25)
532532
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)
533-
railties (8.1.2)
534-
actionpack (= 8.1.2)
535-
activesupport (= 8.1.2)
533+
railties (8.1.2.1)
534+
actionpack (= 8.1.2.1)
535+
activesupport (= 8.1.2.1)
536536
irb (~> 1.13)
537537
rackup (>= 1.0.0)
538538
rake (>= 12.2)
@@ -667,7 +667,7 @@ GEM
667667
term-ansicolor (1.11.2)
668668
tins (~> 1.0)
669669
thor (1.5.0)
670-
timeout (0.6.0)
670+
timeout (0.6.1)
671671
tins (1.37.0)
672672
bigdecimal
673673
sync
@@ -714,7 +714,7 @@ DEPENDENCIES
714714
pact_broker-client
715715
pg
716716
psych (< 6)
717-
rails (= 8.1.2)
717+
rails (= 8.1.2.1)
718718
rspec-rails
719719
rss
720720
rubocop-govuk

0 commit comments

Comments
 (0)