Skip to content

Commit f730ac6

Browse files
authored
Merge pull request #2400 from alphagov/dependabot/bundler/rails-8.0.4
2 parents cce9ee2 + 27aeb21 commit f730ac6

2 files changed

Lines changed: 55 additions & 55 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.0.3"
3+
gem "rails", "~> 8.0.4"
44

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

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,65 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (2.0.1)
5-
actioncable (8.0.3)
6-
actionpack (= 8.0.3)
7-
activesupport (= 8.0.3)
5+
actioncable (8.0.4)
6+
actionpack (= 8.0.4)
7+
activesupport (= 8.0.4)
88
nio4r (~> 2.0)
99
websocket-driver (>= 0.6.1)
1010
zeitwerk (~> 2.6)
11-
actionmailbox (8.0.3)
12-
actionpack (= 8.0.3)
13-
activejob (= 8.0.3)
14-
activerecord (= 8.0.3)
15-
activestorage (= 8.0.3)
16-
activesupport (= 8.0.3)
11+
actionmailbox (8.0.4)
12+
actionpack (= 8.0.4)
13+
activejob (= 8.0.4)
14+
activerecord (= 8.0.4)
15+
activestorage (= 8.0.4)
16+
activesupport (= 8.0.4)
1717
mail (>= 2.8.0)
18-
actionmailer (8.0.3)
19-
actionpack (= 8.0.3)
20-
actionview (= 8.0.3)
21-
activejob (= 8.0.3)
22-
activesupport (= 8.0.3)
18+
actionmailer (8.0.4)
19+
actionpack (= 8.0.4)
20+
actionview (= 8.0.4)
21+
activejob (= 8.0.4)
22+
activesupport (= 8.0.4)
2323
mail (>= 2.8.0)
2424
rails-dom-testing (~> 2.2)
25-
actionpack (8.0.3)
26-
actionview (= 8.0.3)
27-
activesupport (= 8.0.3)
25+
actionpack (8.0.4)
26+
actionview (= 8.0.4)
27+
activesupport (= 8.0.4)
2828
nokogiri (>= 1.8.5)
2929
rack (>= 2.2.4)
3030
rack-session (>= 1.0.1)
3131
rack-test (>= 0.6.3)
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (8.0.3)
36-
actionpack (= 8.0.3)
37-
activerecord (= 8.0.3)
38-
activestorage (= 8.0.3)
39-
activesupport (= 8.0.3)
35+
actiontext (8.0.4)
36+
actionpack (= 8.0.4)
37+
activerecord (= 8.0.4)
38+
activestorage (= 8.0.4)
39+
activesupport (= 8.0.4)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (8.0.3)
43-
activesupport (= 8.0.3)
42+
actionview (8.0.4)
43+
activesupport (= 8.0.4)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (8.0.3)
49-
activesupport (= 8.0.3)
48+
activejob (8.0.4)
49+
activesupport (= 8.0.4)
5050
globalid (>= 0.3.6)
51-
activemodel (8.0.3)
52-
activesupport (= 8.0.3)
53-
activerecord (8.0.3)
54-
activemodel (= 8.0.3)
55-
activesupport (= 8.0.3)
51+
activemodel (8.0.4)
52+
activesupport (= 8.0.4)
53+
activerecord (8.0.4)
54+
activemodel (= 8.0.4)
55+
activesupport (= 8.0.4)
5656
timeout (>= 0.4.0)
57-
activestorage (8.0.3)
58-
actionpack (= 8.0.3)
59-
activejob (= 8.0.3)
60-
activerecord (= 8.0.3)
61-
activesupport (= 8.0.3)
57+
activestorage (8.0.4)
58+
actionpack (= 8.0.4)
59+
activejob (= 8.0.4)
60+
activerecord (= 8.0.4)
61+
activesupport (= 8.0.4)
6262
marcel (~> 1.0)
63-
activesupport (8.0.3)
63+
activesupport (8.0.4)
6464
base64
6565
benchmark (>= 0.3)
6666
bigdecimal
@@ -533,20 +533,20 @@ GEM
533533
rack (>= 1.3)
534534
rackup (2.2.1)
535535
rack (>= 3)
536-
rails (8.0.3)
537-
actioncable (= 8.0.3)
538-
actionmailbox (= 8.0.3)
539-
actionmailer (= 8.0.3)
540-
actionpack (= 8.0.3)
541-
actiontext (= 8.0.3)
542-
actionview (= 8.0.3)
543-
activejob (= 8.0.3)
544-
activemodel (= 8.0.3)
545-
activerecord (= 8.0.3)
546-
activestorage (= 8.0.3)
547-
activesupport (= 8.0.3)
536+
rails (8.0.4)
537+
actioncable (= 8.0.4)
538+
actionmailbox (= 8.0.4)
539+
actionmailer (= 8.0.4)
540+
actionpack (= 8.0.4)
541+
actiontext (= 8.0.4)
542+
actionview (= 8.0.4)
543+
activejob (= 8.0.4)
544+
activemodel (= 8.0.4)
545+
activerecord (= 8.0.4)
546+
activestorage (= 8.0.4)
547+
activesupport (= 8.0.4)
548548
bundler (>= 1.15.0)
549-
railties (= 8.0.3)
549+
railties (= 8.0.4)
550550
rails-controller-testing (1.0.5)
551551
actionpack (>= 5.0.1.rc1)
552552
actionview (>= 5.0.1.rc1)
@@ -558,9 +558,9 @@ GEM
558558
rails-html-sanitizer (1.6.2)
559559
loofah (~> 2.21)
560560
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)
561-
railties (8.0.3)
562-
actionpack (= 8.0.3)
563-
activesupport (= 8.0.3)
561+
railties (8.0.4)
562+
actionpack (= 8.0.4)
563+
activesupport (= 8.0.4)
564564
irb (~> 1.13)
565565
rackup (>= 1.0.0)
566566
rake (>= 12.2)
@@ -773,7 +773,7 @@ DEPENDENCIES
773773
plek
774774
pry-byebug
775775
pry-rails
776-
rails (~> 8.0.3)
776+
rails (~> 8.0.4)
777777
rails-controller-testing
778778
rspec-rails
779779
rubocop-govuk

0 commit comments

Comments
 (0)