Skip to content

Commit afd50bf

Browse files
authored
Merge pull request #2468 from alphagov/dependabot/bundler/rails-8.1.2
2 parents 31ced23 + 9aa54a9 commit afd50bf

2 files changed

Lines changed: 57 additions & 57 deletions

File tree

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", "~> 8.1.1"
3+
gem "rails", "~> 8.1.2"
44

55
gem "bootsnap", require: false
66
gem "dartsass-rails"

Gemfile.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4,66 +4,66 @@ GEM
44
Ascii85 (2.0.1)
55
action_text-trix (2.1.16)
66
railties
7-
actioncable (8.1.1)
8-
actionpack (= 8.1.1)
9-
activesupport (= 8.1.1)
7+
actioncable (8.1.2)
8+
actionpack (= 8.1.2)
9+
activesupport (= 8.1.2)
1010
nio4r (~> 2.0)
1111
websocket-driver (>= 0.6.1)
1212
zeitwerk (~> 2.6)
13-
actionmailbox (8.1.1)
14-
actionpack (= 8.1.1)
15-
activejob (= 8.1.1)
16-
activerecord (= 8.1.1)
17-
activestorage (= 8.1.1)
18-
activesupport (= 8.1.1)
13+
actionmailbox (8.1.2)
14+
actionpack (= 8.1.2)
15+
activejob (= 8.1.2)
16+
activerecord (= 8.1.2)
17+
activestorage (= 8.1.2)
18+
activesupport (= 8.1.2)
1919
mail (>= 2.8.0)
20-
actionmailer (8.1.1)
21-
actionpack (= 8.1.1)
22-
actionview (= 8.1.1)
23-
activejob (= 8.1.1)
24-
activesupport (= 8.1.1)
20+
actionmailer (8.1.2)
21+
actionpack (= 8.1.2)
22+
actionview (= 8.1.2)
23+
activejob (= 8.1.2)
24+
activesupport (= 8.1.2)
2525
mail (>= 2.8.0)
2626
rails-dom-testing (~> 2.2)
27-
actionpack (8.1.1)
28-
actionview (= 8.1.1)
29-
activesupport (= 8.1.1)
27+
actionpack (8.1.2)
28+
actionview (= 8.1.2)
29+
activesupport (= 8.1.2)
3030
nokogiri (>= 1.8.5)
3131
rack (>= 2.2.4)
3232
rack-session (>= 1.0.1)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.2)
3535
rails-html-sanitizer (~> 1.6)
3636
useragent (~> 0.16)
37-
actiontext (8.1.1)
37+
actiontext (8.1.2)
3838
action_text-trix (~> 2.1.15)
39-
actionpack (= 8.1.1)
40-
activerecord (= 8.1.1)
41-
activestorage (= 8.1.1)
42-
activesupport (= 8.1.1)
39+
actionpack (= 8.1.2)
40+
activerecord (= 8.1.2)
41+
activestorage (= 8.1.2)
42+
activesupport (= 8.1.2)
4343
globalid (>= 0.6.0)
4444
nokogiri (>= 1.8.5)
45-
actionview (8.1.1)
46-
activesupport (= 8.1.1)
45+
actionview (8.1.2)
46+
activesupport (= 8.1.2)
4747
builder (~> 3.1)
4848
erubi (~> 1.11)
4949
rails-dom-testing (~> 2.2)
5050
rails-html-sanitizer (~> 1.6)
51-
activejob (8.1.1)
52-
activesupport (= 8.1.1)
51+
activejob (8.1.2)
52+
activesupport (= 8.1.2)
5353
globalid (>= 0.3.6)
54-
activemodel (8.1.1)
55-
activesupport (= 8.1.1)
56-
activerecord (8.1.1)
57-
activemodel (= 8.1.1)
58-
activesupport (= 8.1.1)
54+
activemodel (8.1.2)
55+
activesupport (= 8.1.2)
56+
activerecord (8.1.2)
57+
activemodel (= 8.1.2)
58+
activesupport (= 8.1.2)
5959
timeout (>= 0.4.0)
60-
activestorage (8.1.1)
61-
actionpack (= 8.1.1)
62-
activejob (= 8.1.1)
63-
activerecord (= 8.1.1)
64-
activesupport (= 8.1.1)
60+
activestorage (8.1.2)
61+
actionpack (= 8.1.2)
62+
activejob (= 8.1.2)
63+
activerecord (= 8.1.2)
64+
activesupport (= 8.1.2)
6565
marcel (~> 1.0)
66-
activesupport (8.1.1)
66+
activesupport (8.1.2)
6767
base64
6868
bigdecimal
6969
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -174,8 +174,8 @@ GEM
174174
rake (>= 13)
175175
googleapis-common-protos-types (1.22.0)
176176
google-protobuf (~> 4.26)
177-
govspeak (10.8.6)
178-
actionview (>= 6, < 8.1.2)
177+
govspeak (10.8.7)
178+
actionview (>= 6, < 8.1.3)
179179
addressable (>= 2.3.8, < 2.8.9)
180180
govuk_publishing_components (>= 43)
181181
htmlentities (~> 4)
@@ -545,20 +545,20 @@ GEM
545545
rack (>= 1.3)
546546
rackup (2.3.1)
547547
rack (>= 3)
548-
rails (8.1.1)
549-
actioncable (= 8.1.1)
550-
actionmailbox (= 8.1.1)
551-
actionmailer (= 8.1.1)
552-
actionpack (= 8.1.1)
553-
actiontext (= 8.1.1)
554-
actionview (= 8.1.1)
555-
activejob (= 8.1.1)
556-
activemodel (= 8.1.1)
557-
activerecord (= 8.1.1)
558-
activestorage (= 8.1.1)
559-
activesupport (= 8.1.1)
548+
rails (8.1.2)
549+
actioncable (= 8.1.2)
550+
actionmailbox (= 8.1.2)
551+
actionmailer (= 8.1.2)
552+
actionpack (= 8.1.2)
553+
actiontext (= 8.1.2)
554+
actionview (= 8.1.2)
555+
activejob (= 8.1.2)
556+
activemodel (= 8.1.2)
557+
activerecord (= 8.1.2)
558+
activestorage (= 8.1.2)
559+
activesupport (= 8.1.2)
560560
bundler (>= 1.15.0)
561-
railties (= 8.1.1)
561+
railties (= 8.1.2)
562562
rails-controller-testing (1.0.5)
563563
actionpack (>= 5.0.1.rc1)
564564
actionview (>= 5.0.1.rc1)
@@ -570,9 +570,9 @@ GEM
570570
rails-html-sanitizer (1.6.2)
571571
loofah (~> 2.21)
572572
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)
573-
railties (8.1.1)
574-
actionpack (= 8.1.1)
575-
activesupport (= 8.1.1)
573+
railties (8.1.2)
574+
actionpack (= 8.1.2)
575+
activesupport (= 8.1.2)
576576
irb (~> 1.13)
577577
rackup (>= 1.0.0)
578578
rake (>= 12.2)
@@ -786,7 +786,7 @@ DEPENDENCIES
786786
plek
787787
pry-byebug
788788
pry-rails
789-
rails (~> 8.1.1)
789+
rails (~> 8.1.2)
790790
rails-controller-testing
791791
rspec-rails
792792
rubocop-govuk

0 commit comments

Comments
 (0)