Skip to content

Commit a0adb01

Browse files
Bump rails from 8.0.1 to 8.0.2
Bumps [rails](https://github.com/rails/rails) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a1a666 commit a0adb01

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
ruby "~> 3.3.6"
44

5-
gem "rails", "8.0.1"
5+
gem "rails", "8.0.2"
66

77
gem "actionpack-page_caching"
88
gem "bootsnap", require: false

Gemfile.lock

+54-54
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.1)
5-
actionpack (= 8.0.1)
6-
activesupport (= 8.0.1)
4+
actioncable (8.0.2)
5+
actionpack (= 8.0.2)
6+
activesupport (= 8.0.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.1)
11-
actionpack (= 8.0.1)
12-
activejob (= 8.0.1)
13-
activerecord (= 8.0.1)
14-
activestorage (= 8.0.1)
15-
activesupport (= 8.0.1)
10+
actionmailbox (8.0.2)
11+
actionpack (= 8.0.2)
12+
activejob (= 8.0.2)
13+
activerecord (= 8.0.2)
14+
activestorage (= 8.0.2)
15+
activesupport (= 8.0.2)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.1)
18-
actionpack (= 8.0.1)
19-
actionview (= 8.0.1)
20-
activejob (= 8.0.1)
21-
activesupport (= 8.0.1)
17+
actionmailer (8.0.2)
18+
actionpack (= 8.0.2)
19+
actionview (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activesupport (= 8.0.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.1)
25-
actionview (= 8.0.1)
26-
activesupport (= 8.0.1)
24+
actionpack (8.0.2)
25+
actionview (= 8.0.2)
26+
activesupport (= 8.0.2)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
@@ -33,35 +33,35 @@ GEM
3333
useragent (~> 0.16)
3434
actionpack-page_caching (1.2.4)
3535
actionpack (>= 4.0.0)
36-
actiontext (8.0.1)
37-
actionpack (= 8.0.1)
38-
activerecord (= 8.0.1)
39-
activestorage (= 8.0.1)
40-
activesupport (= 8.0.1)
36+
actiontext (8.0.2)
37+
actionpack (= 8.0.2)
38+
activerecord (= 8.0.2)
39+
activestorage (= 8.0.2)
40+
activesupport (= 8.0.2)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (8.0.1)
44-
activesupport (= 8.0.1)
43+
actionview (8.0.2)
44+
activesupport (= 8.0.2)
4545
builder (~> 3.1)
4646
erubi (~> 1.11)
4747
rails-dom-testing (~> 2.2)
4848
rails-html-sanitizer (~> 1.6)
49-
activejob (8.0.1)
50-
activesupport (= 8.0.1)
49+
activejob (8.0.2)
50+
activesupport (= 8.0.2)
5151
globalid (>= 0.3.6)
52-
activemodel (8.0.1)
53-
activesupport (= 8.0.1)
54-
activerecord (8.0.1)
55-
activemodel (= 8.0.1)
56-
activesupport (= 8.0.1)
52+
activemodel (8.0.2)
53+
activesupport (= 8.0.2)
54+
activerecord (8.0.2)
55+
activemodel (= 8.0.2)
56+
activesupport (= 8.0.2)
5757
timeout (>= 0.4.0)
58-
activestorage (8.0.1)
59-
actionpack (= 8.0.1)
60-
activejob (= 8.0.1)
61-
activerecord (= 8.0.1)
62-
activesupport (= 8.0.1)
58+
activestorage (8.0.2)
59+
actionpack (= 8.0.2)
60+
activejob (= 8.0.2)
61+
activerecord (= 8.0.2)
62+
activesupport (= 8.0.2)
6363
marcel (~> 1.0)
64-
activesupport (8.0.1)
64+
activesupport (8.0.2)
6565
base64
6666
benchmark (>= 0.3)
6767
bigdecimal
@@ -472,30 +472,30 @@ GEM
472472
rack (>= 1.0, < 4.0)
473473
rackup (2.2.1)
474474
rack (>= 3)
475-
rails (8.0.1)
476-
actioncable (= 8.0.1)
477-
actionmailbox (= 8.0.1)
478-
actionmailer (= 8.0.1)
479-
actionpack (= 8.0.1)
480-
actiontext (= 8.0.1)
481-
actionview (= 8.0.1)
482-
activejob (= 8.0.1)
483-
activemodel (= 8.0.1)
484-
activerecord (= 8.0.1)
485-
activestorage (= 8.0.1)
486-
activesupport (= 8.0.1)
475+
rails (8.0.2)
476+
actioncable (= 8.0.2)
477+
actionmailbox (= 8.0.2)
478+
actionmailer (= 8.0.2)
479+
actionpack (= 8.0.2)
480+
actiontext (= 8.0.2)
481+
actionview (= 8.0.2)
482+
activejob (= 8.0.2)
483+
activemodel (= 8.0.2)
484+
activerecord (= 8.0.2)
485+
activestorage (= 8.0.2)
486+
activesupport (= 8.0.2)
487487
bundler (>= 1.15.0)
488-
railties (= 8.0.1)
488+
railties (= 8.0.2)
489489
rails-dom-testing (2.2.0)
490490
activesupport (>= 5.0.0)
491491
minitest
492492
nokogiri (>= 1.6)
493493
rails-html-sanitizer (1.6.2)
494494
loofah (~> 2.21)
495495
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)
496-
railties (8.0.1)
497-
actionpack (= 8.0.1)
498-
activesupport (= 8.0.1)
496+
railties (8.0.2)
497+
actionpack (= 8.0.2)
498+
activesupport (= 8.0.2)
499499
irb (~> 1.13)
500500
rackup (>= 1.0.0)
501501
rake (>= 12.2)
@@ -642,7 +642,7 @@ DEPENDENCIES
642642
plek
643643
pry
644644
rack-utf8_sanitizer
645-
rails (= 8.0.1)
645+
rails (= 8.0.2)
646646
redis
647647
rubocop-govuk
648648
shoulda-context

0 commit comments

Comments
 (0)