Skip to content

Commit dabf48a

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 610ce77 commit dabf48a

File tree

2 files changed

+60
-59
lines changed

2 files changed

+60
-59
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
ruby file: '.ruby-version'
44

55
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
6-
gem 'rails', '8.0.1'
6+
gem 'rails', '8.0.2'
77
gem 'puma'
88

99
gem 'csv'

Gemfile.lock

+59-58
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
@@ -168,7 +168,7 @@ GEM
168168
marcel (1.0.4)
169169
mini_mime (1.1.5)
170170
mini_portile2 (2.8.8)
171-
minitest (5.25.4)
171+
minitest (5.25.5)
172172
multi_xml (0.6.0)
173173
net-http (0.4.1)
174174
uri
@@ -179,10 +179,10 @@ GEM
179179
net-protocol
180180
net-protocol (0.2.2)
181181
timeout
182-
net-smtp (0.5.0)
182+
net-smtp (0.5.1)
183183
net-protocol
184184
nio4r (2.7.4)
185-
nokogiri (1.18.3)
185+
nokogiri (1.18.5)
186186
mini_portile2 (~> 2.8.2)
187187
racc (~> 1.4)
188188
oauth2 (2.0.9)
@@ -236,30 +236,30 @@ GEM
236236
rackup (1.0.1)
237237
rack (< 3)
238238
webrick
239-
rails (8.0.1)
240-
actioncable (= 8.0.1)
241-
actionmailbox (= 8.0.1)
242-
actionmailer (= 8.0.1)
243-
actionpack (= 8.0.1)
244-
actiontext (= 8.0.1)
245-
actionview (= 8.0.1)
246-
activejob (= 8.0.1)
247-
activemodel (= 8.0.1)
248-
activerecord (= 8.0.1)
249-
activestorage (= 8.0.1)
250-
activesupport (= 8.0.1)
239+
rails (8.0.2)
240+
actioncable (= 8.0.2)
241+
actionmailbox (= 8.0.2)
242+
actionmailer (= 8.0.2)
243+
actionpack (= 8.0.2)
244+
actiontext (= 8.0.2)
245+
actionview (= 8.0.2)
246+
activejob (= 8.0.2)
247+
activemodel (= 8.0.2)
248+
activerecord (= 8.0.2)
249+
activestorage (= 8.0.2)
250+
activesupport (= 8.0.2)
251251
bundler (>= 1.15.0)
252-
railties (= 8.0.1)
252+
railties (= 8.0.2)
253253
rails-dom-testing (2.2.0)
254254
activesupport (>= 5.0.0)
255255
minitest
256256
nokogiri (>= 1.6)
257257
rails-html-sanitizer (1.6.2)
258258
loofah (~> 2.21)
259259
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)
260-
railties (8.0.1)
261-
actionpack (= 8.0.1)
262-
activesupport (= 8.0.1)
260+
railties (8.0.2)
261+
actionpack (= 8.0.2)
262+
activesupport (= 8.0.2)
263263
irb (~> 1.13)
264264
rackup (>= 1.0.0)
265265
rake (>= 12.2)
@@ -319,7 +319,8 @@ GEM
319319
warden (1.2.9)
320320
rack (>= 2.0.9)
321321
webrick (1.9.1)
322-
websocket-driver (0.7.6)
322+
websocket-driver (0.7.7)
323+
base64
323324
websocket-extensions (>= 0.1.0)
324325
websocket-extensions (0.1.5)
325326
zeitwerk (2.7.2)
@@ -342,7 +343,7 @@ DEPENDENCIES
342343
pg (~> 1.5)
343344
propshaft
344345
puma
345-
rails (= 8.0.1)
346+
rails (= 8.0.2)
346347
rake (< 14.0)
347348
rspec-collection_matchers
348349
rspec-its

0 commit comments

Comments
 (0)