Skip to content

Commit 31a3fcc

Browse files
authored
Merge pull request #923 from alphagov/dependabot/bundler/rails-7.1.3.2
build(deps): bump rails from 7.1.3 to 7.1.3.2
2 parents ddbfae7 + 53490d2 commit 31a3fcc

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
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.1.3"
3+
gem "rails", "7.1.3.2"
44

55
gem "gds-api-adapters"
66
gem "gds-sso"

Gemfile.lock

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.3)
5-
actionpack (= 7.1.3)
6-
activesupport (= 7.1.3)
4+
actioncable (7.1.3.2)
5+
actionpack (= 7.1.3.2)
6+
activesupport (= 7.1.3.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.3)
11-
actionpack (= 7.1.3)
12-
activejob (= 7.1.3)
13-
activerecord (= 7.1.3)
14-
activestorage (= 7.1.3)
15-
activesupport (= 7.1.3)
10+
actionmailbox (7.1.3.2)
11+
actionpack (= 7.1.3.2)
12+
activejob (= 7.1.3.2)
13+
activerecord (= 7.1.3.2)
14+
activestorage (= 7.1.3.2)
15+
activesupport (= 7.1.3.2)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.3)
21-
actionpack (= 7.1.3)
22-
actionview (= 7.1.3)
23-
activejob (= 7.1.3)
24-
activesupport (= 7.1.3)
20+
actionmailer (7.1.3.2)
21+
actionpack (= 7.1.3.2)
22+
actionview (= 7.1.3.2)
23+
activejob (= 7.1.3.2)
24+
activesupport (= 7.1.3.2)
2525
mail (~> 2.5, >= 2.5.4)
2626
net-imap
2727
net-pop
2828
net-smtp
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.3)
31-
actionview (= 7.1.3)
32-
activesupport (= 7.1.3)
30+
actionpack (7.1.3.2)
31+
actionview (= 7.1.3.2)
32+
activesupport (= 7.1.3.2)
3333
nokogiri (>= 1.8.5)
3434
racc
3535
rack (>= 2.2.4)
3636
rack-session (>= 1.0.1)
3737
rack-test (>= 0.6.3)
3838
rails-dom-testing (~> 2.2)
3939
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.3)
41-
actionpack (= 7.1.3)
42-
activerecord (= 7.1.3)
43-
activestorage (= 7.1.3)
44-
activesupport (= 7.1.3)
40+
actiontext (7.1.3.2)
41+
actionpack (= 7.1.3.2)
42+
activerecord (= 7.1.3.2)
43+
activestorage (= 7.1.3.2)
44+
activesupport (= 7.1.3.2)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (7.1.3)
48-
activesupport (= 7.1.3)
47+
actionview (7.1.3.2)
48+
activesupport (= 7.1.3.2)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.3)
54-
activesupport (= 7.1.3)
53+
activejob (7.1.3.2)
54+
activesupport (= 7.1.3.2)
5555
globalid (>= 0.3.6)
56-
activemodel (7.1.3)
57-
activesupport (= 7.1.3)
58-
activerecord (7.1.3)
59-
activemodel (= 7.1.3)
60-
activesupport (= 7.1.3)
56+
activemodel (7.1.3.2)
57+
activesupport (= 7.1.3.2)
58+
activerecord (7.1.3.2)
59+
activemodel (= 7.1.3.2)
60+
activesupport (= 7.1.3.2)
6161
timeout (>= 0.4.0)
62-
activestorage (7.1.3)
63-
actionpack (= 7.1.3)
64-
activejob (= 7.1.3)
65-
activerecord (= 7.1.3)
66-
activesupport (= 7.1.3)
62+
activestorage (7.1.3.2)
63+
actionpack (= 7.1.3.2)
64+
activejob (= 7.1.3.2)
65+
activerecord (= 7.1.3.2)
66+
activesupport (= 7.1.3.2)
6767
marcel (~> 1.0)
68-
activesupport (7.1.3)
68+
activesupport (7.1.3.2)
6969
base64
7070
bigdecimal
7171
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -457,7 +457,7 @@ GEM
457457
puma (6.4.2)
458458
nio4r (~> 2.0)
459459
racc (1.7.3)
460-
rack (3.0.9)
460+
rack (3.0.9.1)
461461
rack-protection (4.0.0)
462462
base64 (>= 0.1.0)
463463
rack (>= 3.0.0, < 4)
@@ -470,30 +470,30 @@ GEM
470470
rackup (2.1.0)
471471
rack (>= 3)
472472
webrick (~> 1.8)
473-
rails (7.1.3)
474-
actioncable (= 7.1.3)
475-
actionmailbox (= 7.1.3)
476-
actionmailer (= 7.1.3)
477-
actionpack (= 7.1.3)
478-
actiontext (= 7.1.3)
479-
actionview (= 7.1.3)
480-
activejob (= 7.1.3)
481-
activemodel (= 7.1.3)
482-
activerecord (= 7.1.3)
483-
activestorage (= 7.1.3)
484-
activesupport (= 7.1.3)
473+
rails (7.1.3.2)
474+
actioncable (= 7.1.3.2)
475+
actionmailbox (= 7.1.3.2)
476+
actionmailer (= 7.1.3.2)
477+
actionpack (= 7.1.3.2)
478+
actiontext (= 7.1.3.2)
479+
actionview (= 7.1.3.2)
480+
activejob (= 7.1.3.2)
481+
activemodel (= 7.1.3.2)
482+
activerecord (= 7.1.3.2)
483+
activestorage (= 7.1.3.2)
484+
activesupport (= 7.1.3.2)
485485
bundler (>= 1.15.0)
486-
railties (= 7.1.3)
486+
railties (= 7.1.3.2)
487487
rails-dom-testing (2.2.0)
488488
activesupport (>= 5.0.0)
489489
minitest
490490
nokogiri (>= 1.6)
491491
rails-html-sanitizer (1.6.0)
492492
loofah (~> 2.21)
493493
nokogiri (~> 1.14)
494-
railties (7.1.3)
495-
actionpack (= 7.1.3)
496-
activesupport (= 7.1.3)
494+
railties (7.1.3.2)
495+
actionpack (= 7.1.3.2)
496+
activesupport (= 7.1.3.2)
497497
irb
498498
rackup (>= 1.0.0)
499499
rake (>= 12.2)
@@ -649,7 +649,7 @@ DEPENDENCIES
649649
listen
650650
plek
651651
pry-byebug
652-
rails (= 7.1.3)
652+
rails (= 7.1.3.2)
653653
responders
654654
rspec-collection_matchers
655655
rspec-rails

0 commit comments

Comments
 (0)