Skip to content

Commit 81cdd96

Browse files
authored
Merge pull request #63 from codevalley/dependabot/bundler/rails-8.0.2
Bump rails from 8.0.1 to 8.0.2
2 parents cd55bf9 + 8f1c7c8 commit 81cdd96

File tree

2 files changed

+65
-64
lines changed

2 files changed

+65
-64
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.3.4"
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
# Use sqlite3 as the database for Active Record
99
gem "sqlite3"
1010
# Use the Puma web server [https://github.com/puma/puma]

Gemfile.lock

Lines changed: 64 additions & 63 deletions
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
@@ -138,23 +138,23 @@ GEM
138138
mini_mime (1.1.5)
139139
minitest (5.25.5)
140140
msgpack (1.7.2)
141-
net-imap (0.5.3)
141+
net-imap (0.5.6)
142142
date
143143
net-protocol
144144
net-pop (0.1.2)
145145
net-protocol
146146
net-protocol (0.2.2)
147147
timeout
148-
net-smtp (0.5.0)
148+
net-smtp (0.5.1)
149149
net-protocol
150150
nio4r (2.7.4)
151-
nokogiri (1.18.2-aarch64-linux-gnu)
151+
nokogiri (1.18.5-aarch64-linux-gnu)
152152
racc (~> 1.4)
153-
nokogiri (1.18.2-arm64-darwin)
153+
nokogiri (1.18.5-arm64-darwin)
154154
racc (~> 1.4)
155-
nokogiri (1.18.2-x64-mingw-ucrt)
155+
nokogiri (1.18.5-x64-mingw-ucrt)
156156
racc (~> 1.4)
157-
nokogiri (1.18.2-x86_64-linux-gnu)
157+
nokogiri (1.18.5-x86_64-linux-gnu)
158158
racc (~> 1.4)
159159
parallel (1.26.3)
160160
parser (3.3.7.2)
@@ -178,30 +178,30 @@ GEM
178178
rack (>= 1.3)
179179
rackup (2.2.1)
180180
rack (>= 3)
181-
rails (8.0.1)
182-
actioncable (= 8.0.1)
183-
actionmailbox (= 8.0.1)
184-
actionmailer (= 8.0.1)
185-
actionpack (= 8.0.1)
186-
actiontext (= 8.0.1)
187-
actionview (= 8.0.1)
188-
activejob (= 8.0.1)
189-
activemodel (= 8.0.1)
190-
activerecord (= 8.0.1)
191-
activestorage (= 8.0.1)
192-
activesupport (= 8.0.1)
181+
rails (8.0.2)
182+
actioncable (= 8.0.2)
183+
actionmailbox (= 8.0.2)
184+
actionmailer (= 8.0.2)
185+
actionpack (= 8.0.2)
186+
actiontext (= 8.0.2)
187+
actionview (= 8.0.2)
188+
activejob (= 8.0.2)
189+
activemodel (= 8.0.2)
190+
activerecord (= 8.0.2)
191+
activestorage (= 8.0.2)
192+
activesupport (= 8.0.2)
193193
bundler (>= 1.15.0)
194-
railties (= 8.0.1)
194+
railties (= 8.0.2)
195195
rails-dom-testing (2.2.0)
196196
activesupport (>= 5.0.0)
197197
minitest
198198
nokogiri (>= 1.6)
199199
rails-html-sanitizer (1.6.2)
200200
loofah (~> 2.21)
201201
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)
202-
railties (8.0.1)
203-
actionpack (= 8.0.1)
204-
activesupport (= 8.0.1)
202+
railties (8.0.2)
203+
actionpack (= 8.0.2)
204+
activesupport (= 8.0.2)
205205
irb (~> 1.13)
206206
rackup (>= 1.0.0)
207207
rake (>= 12.2)
@@ -299,7 +299,7 @@ GEM
299299
sqlite3 (2.6.0-arm64-darwin)
300300
sqlite3 (2.6.0-x64-mingw-ucrt)
301301
sqlite3 (2.6.0-x86_64-linux-gnu)
302-
stringio (3.1.2)
302+
stringio (3.1.5)
303303
strscan (3.1.0)
304304
thor (1.3.2)
305305
tilt (2.4.0)
@@ -313,10 +313,11 @@ GEM
313313
unicode-emoji (4.0.4)
314314
uri (1.0.3)
315315
useragent (0.16.11)
316-
websocket-driver (0.7.6)
316+
websocket-driver (0.7.7)
317+
base64
317318
websocket-extensions (>= 0.1.0)
318319
websocket-extensions (0.1.5)
319-
zeitwerk (2.7.1)
320+
zeitwerk (2.7.2)
320321

321322
PLATFORMS
322323
aarch64-linux
@@ -335,7 +336,7 @@ DEPENDENCIES
335336
fakeredis (~> 0.9.2)
336337
importmap-rails
337338
puma
338-
rails (~> 8.0.1)
339+
rails (~> 8.0.2)
339340
redis
340341
rspec-rails
341342
rubocop

0 commit comments

Comments
 (0)