Skip to content

Commit 935830a

Browse files
authored
Merge pull request #867 from alphagov/dependabot/bundler/rails-7.1.1
build(deps): bump rails from 7.0.8 to 7.1.1
2 parents 41bb76d + c20c99a commit 935830a

File tree

2 files changed

+97
-66
lines changed

2 files changed

+97
-66
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.0.8"
3+
gem "rails", "7.1.1"
44

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

Gemfile.lock

Lines changed: 96 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,84 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8)
5-
actionpack (= 7.0.8)
6-
activesupport (= 7.0.8)
4+
actioncable (7.1.1)
5+
actionpack (= 7.1.1)
6+
activesupport (= 7.1.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8)
10-
actionpack (= 7.0.8)
11-
activejob (= 7.0.8)
12-
activerecord (= 7.0.8)
13-
activestorage (= 7.0.8)
14-
activesupport (= 7.0.8)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.1.1)
11+
actionpack (= 7.1.1)
12+
activejob (= 7.1.1)
13+
activerecord (= 7.1.1)
14+
activestorage (= 7.1.1)
15+
activesupport (= 7.1.1)
1516
mail (>= 2.7.1)
1617
net-imap
1718
net-pop
1819
net-smtp
19-
actionmailer (7.0.8)
20-
actionpack (= 7.0.8)
21-
actionview (= 7.0.8)
22-
activejob (= 7.0.8)
23-
activesupport (= 7.0.8)
20+
actionmailer (7.1.1)
21+
actionpack (= 7.1.1)
22+
actionview (= 7.1.1)
23+
activejob (= 7.1.1)
24+
activesupport (= 7.1.1)
2425
mail (~> 2.5, >= 2.5.4)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8)
30-
actionview (= 7.0.8)
31-
activesupport (= 7.0.8)
32-
rack (~> 2.0, >= 2.2.4)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (7.1.1)
31+
actionview (= 7.1.1)
32+
activesupport (= 7.1.1)
33+
nokogiri (>= 1.8.5)
34+
rack (>= 2.2.4)
35+
rack-session (>= 1.0.1)
3336
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8)
37-
actionpack (= 7.0.8)
38-
activerecord (= 7.0.8)
39-
activestorage (= 7.0.8)
40-
activesupport (= 7.0.8)
37+
rails-dom-testing (~> 2.2)
38+
rails-html-sanitizer (~> 1.6)
39+
actiontext (7.1.1)
40+
actionpack (= 7.1.1)
41+
activerecord (= 7.1.1)
42+
activestorage (= 7.1.1)
43+
activesupport (= 7.1.1)
4144
globalid (>= 0.6.0)
4245
nokogiri (>= 1.8.5)
43-
actionview (7.0.8)
44-
activesupport (= 7.0.8)
46+
actionview (7.1.1)
47+
activesupport (= 7.1.1)
4548
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8)
50-
activesupport (= 7.0.8)
49+
erubi (~> 1.11)
50+
rails-dom-testing (~> 2.2)
51+
rails-html-sanitizer (~> 1.6)
52+
activejob (7.1.1)
53+
activesupport (= 7.1.1)
5154
globalid (>= 0.3.6)
52-
activemodel (7.0.8)
53-
activesupport (= 7.0.8)
54-
activerecord (7.0.8)
55-
activemodel (= 7.0.8)
56-
activesupport (= 7.0.8)
57-
activestorage (7.0.8)
58-
actionpack (= 7.0.8)
59-
activejob (= 7.0.8)
60-
activerecord (= 7.0.8)
61-
activesupport (= 7.0.8)
55+
activemodel (7.1.1)
56+
activesupport (= 7.1.1)
57+
activerecord (7.1.1)
58+
activemodel (= 7.1.1)
59+
activesupport (= 7.1.1)
60+
timeout (>= 0.4.0)
61+
activestorage (7.1.1)
62+
actionpack (= 7.1.1)
63+
activejob (= 7.1.1)
64+
activerecord (= 7.1.1)
65+
activesupport (= 7.1.1)
6266
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8)
67+
activesupport (7.1.1)
68+
base64
69+
bigdecimal
6570
concurrent-ruby (~> 1.0, >= 1.0.2)
71+
connection_pool (>= 2.2.5)
72+
drb
6673
i18n (>= 1.6, < 2)
6774
minitest (>= 5.1)
75+
mutex_m
6876
tzinfo (~> 2.0)
6977
addressable (2.8.5)
7078
public_suffix (>= 2.0.2, < 6.0)
7179
ast (2.4.2)
80+
base64 (0.1.1)
81+
bigdecimal (3.1.4)
7282
brakeman (6.0.1)
7383
builder (3.2.4)
7484
byebug (11.1.3)
@@ -79,6 +89,7 @@ GEM
7989
rspec (>= 2.14, < 4)
8090
coderay (1.1.3)
8191
concurrent-ruby (1.2.2)
92+
connection_pool (2.4.1)
8293
crack (0.4.5)
8394
rexml
8495
crass (1.0.6)
@@ -87,6 +98,8 @@ GEM
8798
docile (1.4.0)
8899
domain_name (0.5.20190701)
89100
unf (>= 0.0.5, < 1.0.0)
101+
drb (2.1.1)
102+
ruby2_keywords
90103
erubi (1.12.0)
91104
faraday (2.7.10)
92105
faraday-net_http (>= 2.0, < 3.1)
@@ -158,6 +171,10 @@ GEM
158171
domain_name (~> 0.5)
159172
i18n (1.14.1)
160173
concurrent-ruby (~> 1.0)
174+
io-console (0.6.0)
175+
irb (1.8.2)
176+
rdoc
177+
reline (>= 0.3.8)
161178
json (2.6.3)
162179
json-schema (4.1.1)
163180
addressable (>= 2.8)
@@ -189,6 +206,7 @@ GEM
189206
mini_portile2 (2.8.4)
190207
minitest (5.20.0)
191208
multi_xml (0.6.0)
209+
mutex_m (0.1.2)
192210
net-imap (0.4.1)
193211
date
194212
net-protocol
@@ -431,6 +449,8 @@ GEM
431449
pry-byebug (3.10.1)
432450
byebug (~> 11.0)
433451
pry (>= 0.13, < 0.15)
452+
psych (5.1.1)
453+
stringio
434454
public_suffix (5.0.3)
435455
puma (6.4.0)
436456
nio4r (~> 2.0)
@@ -440,42 +460,52 @@ GEM
440460
rack (~> 2.2, >= 2.2.4)
441461
rack-proxy (0.7.7)
442462
rack
463+
rack-session (1.0.1)
464+
rack (< 3)
443465
rack-test (2.1.0)
444466
rack (>= 1.3)
445-
rails (7.0.8)
446-
actioncable (= 7.0.8)
447-
actionmailbox (= 7.0.8)
448-
actionmailer (= 7.0.8)
449-
actionpack (= 7.0.8)
450-
actiontext (= 7.0.8)
451-
actionview (= 7.0.8)
452-
activejob (= 7.0.8)
453-
activemodel (= 7.0.8)
454-
activerecord (= 7.0.8)
455-
activestorage (= 7.0.8)
456-
activesupport (= 7.0.8)
467+
rackup (1.0.0)
468+
rack (< 3)
469+
webrick
470+
rails (7.1.1)
471+
actioncable (= 7.1.1)
472+
actionmailbox (= 7.1.1)
473+
actionmailer (= 7.1.1)
474+
actionpack (= 7.1.1)
475+
actiontext (= 7.1.1)
476+
actionview (= 7.1.1)
477+
activejob (= 7.1.1)
478+
activemodel (= 7.1.1)
479+
activerecord (= 7.1.1)
480+
activestorage (= 7.1.1)
481+
activesupport (= 7.1.1)
457482
bundler (>= 1.15.0)
458-
railties (= 7.0.8)
483+
railties (= 7.1.1)
459484
rails-dom-testing (2.2.0)
460485
activesupport (>= 5.0.0)
461486
minitest
462487
nokogiri (>= 1.6)
463488
rails-html-sanitizer (1.6.0)
464489
loofah (~> 2.21)
465490
nokogiri (~> 1.14)
466-
railties (7.0.8)
467-
actionpack (= 7.0.8)
468-
activesupport (= 7.0.8)
469-
method_source
491+
railties (7.1.1)
492+
actionpack (= 7.1.1)
493+
activesupport (= 7.1.1)
494+
irb
495+
rackup (>= 1.0.0)
470496
rake (>= 12.2)
471-
thor (~> 1.0)
472-
zeitwerk (~> 2.5)
497+
thor (~> 1.0, >= 1.2.2)
498+
zeitwerk (~> 2.6)
473499
rainbow (3.1.1)
474500
rake (13.0.6)
475501
rb-fsevent (0.11.2)
476502
rb-inotify (0.10.1)
477503
ffi (~> 1.0)
504+
rdoc (6.5.0)
505+
psych (>= 4.0.0)
478506
regexp_parser (2.8.1)
507+
reline (0.3.9)
508+
io-console (~> 0.5)
479509
request_store (1.5.1)
480510
rack (>= 1.4)
481511
responders (3.1.1)
@@ -570,6 +600,7 @@ GEM
570600
concurrent-ruby (~> 1.0)
571601
rack (>= 2.2.4, < 4)
572602
statsd-ruby (1.5.0)
603+
stringio (3.0.8)
573604
thor (1.2.2)
574605
timeout (0.4.0)
575606
tzinfo (2.0.6)
@@ -612,7 +643,7 @@ DEPENDENCIES
612643
listen
613644
plek
614645
pry-byebug
615-
rails (= 7.0.8)
646+
rails (= 7.1.1)
616647
responders
617648
rspec-collection_matchers
618649
rspec-rails

0 commit comments

Comments
 (0)