Skip to content

Commit d0b1883

Browse files
Bump rails from 8.0.1 to 8.0.2 (#206)
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-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 469efa1 commit d0b1883

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.4.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
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
99
gem "propshaft", "0.9.0"
1010
# Use sqlite3 as the database for Active Record

Gemfile.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -22,65 +22,65 @@ GIT
2222
GEM
2323
remote: https://rubygems.org/
2424
specs:
25-
actioncable (8.0.1)
26-
actionpack (= 8.0.1)
27-
activesupport (= 8.0.1)
25+
actioncable (8.0.2)
26+
actionpack (= 8.0.2)
27+
activesupport (= 8.0.2)
2828
nio4r (~> 2.0)
2929
websocket-driver (>= 0.6.1)
3030
zeitwerk (~> 2.6)
31-
actionmailbox (8.0.1)
32-
actionpack (= 8.0.1)
33-
activejob (= 8.0.1)
34-
activerecord (= 8.0.1)
35-
activestorage (= 8.0.1)
36-
activesupport (= 8.0.1)
31+
actionmailbox (8.0.2)
32+
actionpack (= 8.0.2)
33+
activejob (= 8.0.2)
34+
activerecord (= 8.0.2)
35+
activestorage (= 8.0.2)
36+
activesupport (= 8.0.2)
3737
mail (>= 2.8.0)
38-
actionmailer (8.0.1)
39-
actionpack (= 8.0.1)
40-
actionview (= 8.0.1)
41-
activejob (= 8.0.1)
42-
activesupport (= 8.0.1)
38+
actionmailer (8.0.2)
39+
actionpack (= 8.0.2)
40+
actionview (= 8.0.2)
41+
activejob (= 8.0.2)
42+
activesupport (= 8.0.2)
4343
mail (>= 2.8.0)
4444
rails-dom-testing (~> 2.2)
45-
actionpack (8.0.1)
46-
actionview (= 8.0.1)
47-
activesupport (= 8.0.1)
45+
actionpack (8.0.2)
46+
actionview (= 8.0.2)
47+
activesupport (= 8.0.2)
4848
nokogiri (>= 1.8.5)
4949
rack (>= 2.2.4)
5050
rack-session (>= 1.0.1)
5151
rack-test (>= 0.6.3)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
5454
useragent (~> 0.16)
55-
actiontext (8.0.1)
56-
actionpack (= 8.0.1)
57-
activerecord (= 8.0.1)
58-
activestorage (= 8.0.1)
59-
activesupport (= 8.0.1)
55+
actiontext (8.0.2)
56+
actionpack (= 8.0.2)
57+
activerecord (= 8.0.2)
58+
activestorage (= 8.0.2)
59+
activesupport (= 8.0.2)
6060
globalid (>= 0.6.0)
6161
nokogiri (>= 1.8.5)
62-
actionview (8.0.1)
63-
activesupport (= 8.0.1)
62+
actionview (8.0.2)
63+
activesupport (= 8.0.2)
6464
builder (~> 3.1)
6565
erubi (~> 1.11)
6666
rails-dom-testing (~> 2.2)
6767
rails-html-sanitizer (~> 1.6)
68-
activejob (8.0.1)
69-
activesupport (= 8.0.1)
68+
activejob (8.0.2)
69+
activesupport (= 8.0.2)
7070
globalid (>= 0.3.6)
71-
activemodel (8.0.1)
72-
activesupport (= 8.0.1)
73-
activerecord (8.0.1)
74-
activemodel (= 8.0.1)
75-
activesupport (= 8.0.1)
71+
activemodel (8.0.2)
72+
activesupport (= 8.0.2)
73+
activerecord (8.0.2)
74+
activemodel (= 8.0.2)
75+
activesupport (= 8.0.2)
7676
timeout (>= 0.4.0)
77-
activestorage (8.0.1)
78-
actionpack (= 8.0.1)
79-
activejob (= 8.0.1)
80-
activerecord (= 8.0.1)
81-
activesupport (= 8.0.1)
77+
activestorage (8.0.2)
78+
actionpack (= 8.0.2)
79+
activejob (= 8.0.2)
80+
activerecord (= 8.0.2)
81+
activesupport (= 8.0.2)
8282
marcel (~> 1.0)
83-
activesupport (8.0.1)
83+
activesupport (8.0.2)
8484
base64
8585
benchmark (>= 0.3)
8686
bigdecimal
@@ -114,7 +114,7 @@ GEM
114114
xpath (~> 3.2)
115115
coderay (1.1.3)
116116
concurrent-ruby (1.3.5)
117-
connection_pool (2.5.0)
117+
connection_pool (2.5.1)
118118
crass (1.0.6)
119119
cssbundling-rails (1.4.0)
120120
railties (>= 6.0.0)
@@ -205,30 +205,30 @@ GEM
205205
rack (>= 1.3)
206206
rackup (2.2.1)
207207
rack (>= 3)
208-
rails (8.0.1)
209-
actioncable (= 8.0.1)
210-
actionmailbox (= 8.0.1)
211-
actionmailer (= 8.0.1)
212-
actionpack (= 8.0.1)
213-
actiontext (= 8.0.1)
214-
actionview (= 8.0.1)
215-
activejob (= 8.0.1)
216-
activemodel (= 8.0.1)
217-
activerecord (= 8.0.1)
218-
activestorage (= 8.0.1)
219-
activesupport (= 8.0.1)
208+
rails (8.0.2)
209+
actioncable (= 8.0.2)
210+
actionmailbox (= 8.0.2)
211+
actionmailer (= 8.0.2)
212+
actionpack (= 8.0.2)
213+
actiontext (= 8.0.2)
214+
actionview (= 8.0.2)
215+
activejob (= 8.0.2)
216+
activemodel (= 8.0.2)
217+
activerecord (= 8.0.2)
218+
activestorage (= 8.0.2)
219+
activesupport (= 8.0.2)
220220
bundler (>= 1.15.0)
221-
railties (= 8.0.1)
221+
railties (= 8.0.2)
222222
rails-dom-testing (2.2.0)
223223
activesupport (>= 5.0.0)
224224
minitest
225225
nokogiri (>= 1.6)
226226
rails-html-sanitizer (1.6.2)
227227
loofah (~> 2.21)
228228
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)
229-
railties (8.0.1)
230-
actionpack (= 8.0.1)
231-
activesupport (= 8.0.1)
229+
railties (8.0.2)
230+
actionpack (= 8.0.2)
231+
activesupport (= 8.0.2)
232232
irb (~> 1.13)
233233
rackup (>= 1.0.0)
234234
rake (>= 12.2)
@@ -287,7 +287,7 @@ GEM
287287
rubocop-performance (~> 1.25.0)
288288
stimulus-rails (1.3.4)
289289
railties (>= 6.0.0)
290-
stringio (3.1.6)
290+
stringio (3.1.7)
291291
tailwind_merge (0.13.3)
292292
lru_redux (~> 1.1)
293293
thor (1.3.2)
@@ -333,7 +333,7 @@ DEPENDENCIES
333333
propshaft (= 0.9.0)
334334
pry (= 0.15.2)
335335
puma (= 6.6.0)
336-
rails (= 8.0.1)
336+
rails (= 8.0.2)
337337
rouge (~> 4.5)
338338
ruby_ui!
339339
selenium-webdriver

0 commit comments

Comments
 (0)