Skip to content

Commit dad0807

Browse files
authored
Merge pull request #902 from alphagov/dependabot/bundler/rails-7.1.3
build(deps): bump rails from 7.1.2 to 7.1.3
2 parents c9f7a9d + f9bb5ea commit dad0807

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-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.1.2"
3+
gem "rails", "7.1.3"
44

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

Gemfile.lock

Lines changed: 65 additions & 65 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.2)
5-
actionpack (= 7.1.2)
6-
activesupport (= 7.1.2)
4+
actioncable (7.1.3)
5+
actionpack (= 7.1.3)
6+
activesupport (= 7.1.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.2)
11-
actionpack (= 7.1.2)
12-
activejob (= 7.1.2)
13-
activerecord (= 7.1.2)
14-
activestorage (= 7.1.2)
15-
activesupport (= 7.1.2)
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)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.2)
21-
actionpack (= 7.1.2)
22-
actionview (= 7.1.2)
23-
activejob (= 7.1.2)
24-
activesupport (= 7.1.2)
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)
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.2)
31-
actionview (= 7.1.2)
32-
activesupport (= 7.1.2)
30+
actionpack (7.1.3)
31+
actionview (= 7.1.3)
32+
activesupport (= 7.1.3)
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.2)
41-
actionpack (= 7.1.2)
42-
activerecord (= 7.1.2)
43-
activestorage (= 7.1.2)
44-
activesupport (= 7.1.2)
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)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (7.1.2)
48-
activesupport (= 7.1.2)
47+
actionview (7.1.3)
48+
activesupport (= 7.1.3)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.2)
54-
activesupport (= 7.1.2)
53+
activejob (7.1.3)
54+
activesupport (= 7.1.3)
5555
globalid (>= 0.3.6)
56-
activemodel (7.1.2)
57-
activesupport (= 7.1.2)
58-
activerecord (7.1.2)
59-
activemodel (= 7.1.2)
60-
activesupport (= 7.1.2)
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)
6161
timeout (>= 0.4.0)
62-
activestorage (7.1.2)
63-
actionpack (= 7.1.2)
64-
activejob (= 7.1.2)
65-
activerecord (= 7.1.2)
66-
activesupport (= 7.1.2)
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)
6767
marcel (~> 1.0)
68-
activesupport (7.1.2)
68+
activesupport (7.1.3)
6969
base64
7070
bigdecimal
7171
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -90,7 +90,7 @@ GEM
9090
ci_reporter (~> 2.0)
9191
rspec (>= 2.14, < 4)
9292
coderay (1.1.3)
93-
concurrent-ruby (1.2.2)
93+
concurrent-ruby (1.2.3)
9494
connection_pool (2.4.1)
9595
crack (0.4.5)
9696
rexml
@@ -174,9 +174,9 @@ GEM
174174
i18n (1.14.1)
175175
concurrent-ruby (~> 1.0)
176176
io-console (0.7.1)
177-
irb (1.11.0)
177+
irb (1.11.1)
178178
rdoc
179-
reline (>= 0.3.8)
179+
reline (>= 0.4.2)
180180
json (2.7.1)
181181
json-schema (4.1.1)
182182
addressable (>= 2.8)
@@ -206,28 +206,28 @@ GEM
206206
mime-types-data (3.2023.1205)
207207
mini_mime (1.1.5)
208208
mini_portile2 (2.8.5)
209-
minitest (5.20.0)
209+
minitest (5.21.1)
210210
multi_xml (0.6.0)
211211
mutex_m (0.2.0)
212-
net-imap (0.4.8)
212+
net-imap (0.4.9.1)
213213
date
214214
net-protocol
215215
net-pop (0.1.2)
216216
net-protocol
217217
net-protocol (0.2.2)
218218
timeout
219-
net-smtp (0.4.0)
219+
net-smtp (0.4.0.1)
220220
net-protocol
221221
netrc (0.11.0)
222222
nio4r (2.7.0)
223-
nokogiri (1.15.5)
223+
nokogiri (1.16.0)
224224
mini_portile2 (~> 2.8.2)
225225
racc (~> 1.4)
226-
nokogiri (1.15.5-aarch64-linux)
226+
nokogiri (1.16.0-aarch64-linux)
227227
racc (~> 1.4)
228-
nokogiri (1.15.5-arm64-darwin)
228+
nokogiri (1.16.0-arm64-darwin)
229229
racc (~> 1.4)
230-
nokogiri (1.15.5-x86_64-linux)
230+
nokogiri (1.16.0-x86_64-linux)
231231
racc (~> 1.4)
232232
null_logger (0.0.1)
233233
oauth2 (2.0.9)
@@ -469,30 +469,30 @@ GEM
469469
rackup (1.0.0)
470470
rack (< 3)
471471
webrick
472-
rails (7.1.2)
473-
actioncable (= 7.1.2)
474-
actionmailbox (= 7.1.2)
475-
actionmailer (= 7.1.2)
476-
actionpack (= 7.1.2)
477-
actiontext (= 7.1.2)
478-
actionview (= 7.1.2)
479-
activejob (= 7.1.2)
480-
activemodel (= 7.1.2)
481-
activerecord (= 7.1.2)
482-
activestorage (= 7.1.2)
483-
activesupport (= 7.1.2)
472+
rails (7.1.3)
473+
actioncable (= 7.1.3)
474+
actionmailbox (= 7.1.3)
475+
actionmailer (= 7.1.3)
476+
actionpack (= 7.1.3)
477+
actiontext (= 7.1.3)
478+
actionview (= 7.1.3)
479+
activejob (= 7.1.3)
480+
activemodel (= 7.1.3)
481+
activerecord (= 7.1.3)
482+
activestorage (= 7.1.3)
483+
activesupport (= 7.1.3)
484484
bundler (>= 1.15.0)
485-
railties (= 7.1.2)
485+
railties (= 7.1.3)
486486
rails-dom-testing (2.2.0)
487487
activesupport (>= 5.0.0)
488488
minitest
489489
nokogiri (>= 1.6)
490490
rails-html-sanitizer (1.6.0)
491491
loofah (~> 2.21)
492492
nokogiri (~> 1.14)
493-
railties (7.1.2)
494-
actionpack (= 7.1.2)
495-
activesupport (= 7.1.2)
493+
railties (7.1.3)
494+
actionpack (= 7.1.3)
495+
activesupport (= 7.1.3)
496496
irb
497497
rackup (>= 1.0.0)
498498
rake (>= 12.2)
@@ -506,7 +506,7 @@ GEM
506506
rdoc (6.6.2)
507507
psych (>= 4.0.0)
508508
regexp_parser (2.8.3)
509-
reline (0.4.1)
509+
reline (0.4.2)
510510
io-console (~> 0.5)
511511
request_store (1.5.1)
512512
rack (>= 1.4)
@@ -647,7 +647,7 @@ DEPENDENCIES
647647
listen
648648
plek
649649
pry-byebug
650-
rails (= 7.1.2)
650+
rails (= 7.1.3)
651651
responders
652652
rspec-collection_matchers
653653
rspec-rails

0 commit comments

Comments
 (0)