Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit e098512

Browse files
authored
Merge pull request #1300 from alphagov/dependabot/bundler/rails-7.1.3
Bump rails from 7.1.2 to 7.1.3
2 parents ed34288 + cdce06d commit e098512

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

55
gem "active_hash"
66
gem "ancestry"

Gemfile.lock

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
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)
5353
active_hash (3.2.1)
5454
activesupport (>= 5.0.0)
55-
activejob (7.1.2)
56-
activesupport (= 7.1.2)
55+
activejob (7.1.3)
56+
activesupport (= 7.1.3)
5757
globalid (>= 0.3.6)
58-
activemodel (7.1.2)
59-
activesupport (= 7.1.2)
60-
activerecord (7.1.2)
61-
activemodel (= 7.1.2)
62-
activesupport (= 7.1.2)
58+
activemodel (7.1.3)
59+
activesupport (= 7.1.3)
60+
activerecord (7.1.3)
61+
activemodel (= 7.1.3)
62+
activesupport (= 7.1.3)
6363
timeout (>= 0.4.0)
64-
activestorage (7.1.2)
65-
actionpack (= 7.1.2)
66-
activejob (= 7.1.2)
67-
activerecord (= 7.1.2)
68-
activesupport (= 7.1.2)
64+
activestorage (7.1.3)
65+
actionpack (= 7.1.3)
66+
activejob (= 7.1.3)
67+
activerecord (= 7.1.3)
68+
activesupport (= 7.1.3)
6969
marcel (~> 1.0)
70-
activesupport (7.1.2)
70+
activesupport (7.1.3)
7171
base64
7272
bigdecimal
7373
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -219,7 +219,7 @@ GEM
219219
i18n (1.14.1)
220220
concurrent-ruby (~> 1.0)
221221
ice_nine (0.11.2)
222-
io-console (0.7.1)
222+
io-console (0.7.2)
223223
irb (1.11.1)
224224
rdoc
225225
reline (>= 0.4.2)
@@ -524,30 +524,30 @@ GEM
524524
rack (< 3)
525525
webrick
526526
railroady (1.6.0)
527-
rails (7.1.2)
528-
actioncable (= 7.1.2)
529-
actionmailbox (= 7.1.2)
530-
actionmailer (= 7.1.2)
531-
actionpack (= 7.1.2)
532-
actiontext (= 7.1.2)
533-
actionview (= 7.1.2)
534-
activejob (= 7.1.2)
535-
activemodel (= 7.1.2)
536-
activerecord (= 7.1.2)
537-
activestorage (= 7.1.2)
538-
activesupport (= 7.1.2)
527+
rails (7.1.3)
528+
actioncable (= 7.1.3)
529+
actionmailbox (= 7.1.3)
530+
actionmailer (= 7.1.3)
531+
actionpack (= 7.1.3)
532+
actiontext (= 7.1.3)
533+
actionview (= 7.1.3)
534+
activejob (= 7.1.3)
535+
activemodel (= 7.1.3)
536+
activerecord (= 7.1.3)
537+
activestorage (= 7.1.3)
538+
activesupport (= 7.1.3)
539539
bundler (>= 1.15.0)
540-
railties (= 7.1.2)
540+
railties (= 7.1.3)
541541
rails-dom-testing (2.2.0)
542542
activesupport (>= 5.0.0)
543543
minitest
544544
nokogiri (>= 1.6)
545545
rails-html-sanitizer (1.6.0)
546546
loofah (~> 2.21)
547547
nokogiri (~> 1.14)
548-
railties (7.1.2)
549-
actionpack (= 7.1.2)
550-
activesupport (= 7.1.2)
548+
railties (7.1.3)
549+
actionpack (= 7.1.3)
550+
activesupport (= 7.1.3)
551551
irb
552552
rackup (>= 1.0.0)
553553
rake (>= 12.2)
@@ -731,7 +731,7 @@ DEPENDENCIES
731731
plek
732732
pry-rails
733733
railroady
734-
rails (= 7.1.2)
734+
rails (= 7.1.3)
735735
rspec-rails
736736
rubocop-govuk
737737
sass-rails

0 commit comments

Comments
 (0)