Skip to content

Commit 7191252

Browse files
chore(deps): 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 41cedc7 commit 7191252

File tree

2 files changed

+58
-57
lines changed

2 files changed

+58
-57
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.2.2"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 8.0.1"
7+
gem "rails", "~> 8.0.2"
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"

Gemfile.lock

+57-56
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
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)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.1)
35-
actionpack (= 8.0.1)
36-
activerecord (= 8.0.1)
37-
activestorage (= 8.0.1)
38-
activesupport (= 8.0.1)
34+
actiontext (8.0.2)
35+
actionpack (= 8.0.2)
36+
activerecord (= 8.0.2)
37+
activestorage (= 8.0.2)
38+
activesupport (= 8.0.2)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.1)
42-
activesupport (= 8.0.1)
41+
actionview (8.0.2)
42+
activesupport (= 8.0.2)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.1)
48-
activesupport (= 8.0.1)
47+
activejob (8.0.2)
48+
activesupport (= 8.0.2)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.1)
51-
activesupport (= 8.0.1)
52-
activerecord (8.0.1)
53-
activemodel (= 8.0.1)
54-
activesupport (= 8.0.1)
50+
activemodel (8.0.2)
51+
activesupport (= 8.0.2)
52+
activerecord (8.0.2)
53+
activemodel (= 8.0.2)
54+
activesupport (= 8.0.2)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.1)
57-
actionpack (= 8.0.1)
58-
activejob (= 8.0.1)
59-
activerecord (= 8.0.1)
60-
activesupport (= 8.0.1)
56+
activestorage (8.0.2)
57+
actionpack (= 8.0.2)
58+
activejob (= 8.0.2)
59+
activerecord (= 8.0.2)
60+
activesupport (= 8.0.2)
6161
marcel (~> 1.0)
62-
activesupport (8.0.1)
62+
activesupport (8.0.2)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -124,7 +124,7 @@ GEM
124124
net-protocol
125125
net-protocol (0.2.2)
126126
timeout
127-
net-smtp (0.5.0)
127+
net-smtp (0.5.1)
128128
net-protocol
129129
nio4r (2.7.4)
130130
nokogiri (1.18.3-x86_64-darwin)
@@ -355,30 +355,30 @@ GEM
355355
rack (>= 1.3)
356356
rackup (2.2.1)
357357
rack (>= 3)
358-
rails (8.0.1)
359-
actioncable (= 8.0.1)
360-
actionmailbox (= 8.0.1)
361-
actionmailer (= 8.0.1)
362-
actionpack (= 8.0.1)
363-
actiontext (= 8.0.1)
364-
actionview (= 8.0.1)
365-
activejob (= 8.0.1)
366-
activemodel (= 8.0.1)
367-
activerecord (= 8.0.1)
368-
activestorage (= 8.0.1)
369-
activesupport (= 8.0.1)
358+
rails (8.0.2)
359+
actioncable (= 8.0.2)
360+
actionmailbox (= 8.0.2)
361+
actionmailer (= 8.0.2)
362+
actionpack (= 8.0.2)
363+
actiontext (= 8.0.2)
364+
actionview (= 8.0.2)
365+
activejob (= 8.0.2)
366+
activemodel (= 8.0.2)
367+
activerecord (= 8.0.2)
368+
activestorage (= 8.0.2)
369+
activesupport (= 8.0.2)
370370
bundler (>= 1.15.0)
371-
railties (= 8.0.1)
371+
railties (= 8.0.2)
372372
rails-dom-testing (2.2.0)
373373
activesupport (>= 5.0.0)
374374
minitest
375375
nokogiri (>= 1.6)
376376
rails-html-sanitizer (1.6.2)
377377
loofah (~> 2.21)
378378
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)
379-
railties (8.0.1)
380-
actionpack (= 8.0.1)
381-
activesupport (= 8.0.1)
379+
railties (8.0.2)
380+
actionpack (= 8.0.2)
381+
activesupport (= 8.0.2)
382382
irb (~> 1.13)
383383
rackup (>= 1.0.0)
384384
rake (>= 12.2)
@@ -438,7 +438,8 @@ GEM
438438
concurrent-ruby (~> 1.0)
439439
uri (1.0.3)
440440
useragent (0.16.11)
441-
websocket-driver (0.7.6)
441+
websocket-driver (0.7.7)
442+
base64
442443
websocket-extensions (>= 0.1.0)
443444
websocket-extensions (0.1.5)
444445
zeitwerk (2.7.2)
@@ -454,7 +455,7 @@ DEPENDENCIES
454455
opentelemetry-instrumentation-all
455456
opentelemetry-sdk
456457
puma (~> 6.6)
457-
rails (~> 8.0.1)
458+
rails (~> 8.0.2)
458459
rspec-rails (~> 7.1.1)
459460
simplecov
460461
simplecov-cobertura

0 commit comments

Comments
 (0)