Skip to content

Commit 3345884

Browse files
build(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] <support@github.com>
1 parent fc2c195 commit 3345884

File tree

2 files changed

+83
-76
lines changed

2 files changed

+83
-76
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.0.1"
4+
gem "rails", "~> 8.0.2"
55
# Use sqlite3 as the database for Active Record
66
gem "sqlite3", ">= 2.1"
77
# Use the Puma web server [https://github.com/puma/puma]

Gemfile.lock

Lines changed: 82 additions & 75 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
@@ -82,8 +82,8 @@ GEM
8282
brakeman (7.0.0)
8383
racc
8484
builder (3.3.0)
85-
concurrent-ruby (1.3.4)
86-
connection_pool (2.4.1)
85+
concurrent-ruby (1.3.5)
86+
connection_pool (2.5.0)
8787
crass (1.0.6)
8888
date (3.4.1)
8989
debug (1.10.0)
@@ -100,10 +100,11 @@ GEM
100100
raabro (~> 1.4)
101101
globalid (1.2.1)
102102
activesupport (>= 6.1)
103-
i18n (1.14.6)
103+
i18n (1.14.7)
104104
concurrent-ruby (~> 1.0)
105105
io-console (0.8.0)
106-
irb (1.14.3)
106+
irb (1.15.1)
107+
pp (>= 0.6.0)
107108
rdoc (>= 4.0.0)
108109
reline (>= 0.4.2)
109110
json (2.9.1)
@@ -119,7 +120,7 @@ GEM
119120
thor (~> 1.3)
120121
zeitwerk (>= 2.6.18, < 3.0)
121122
language_server-protocol (3.17.0.3)
122-
logger (1.6.4)
123+
logger (1.6.6)
123124
loofah (2.24.0)
124125
crass (~> 1.0.2)
125126
nokogiri (>= 1.12.0)
@@ -132,7 +133,7 @@ GEM
132133
mini_mime (1.1.5)
133134
minitest (5.25.4)
134135
msgpack (1.7.5)
135-
net-imap (0.5.4)
136+
net-imap (0.5.6)
136137
date
137138
net-protocol
138139
net-pop (0.1.2)
@@ -143,72 +144,77 @@ GEM
143144
net-ssh (>= 2.6.5, < 8.0.0)
144145
net-sftp (4.0.0)
145146
net-ssh (>= 5.0.0, < 8.0.0)
146-
net-smtp (0.5.0)
147+
net-smtp (0.5.1)
148+
net-protocol
147149
net-ssh (7.3.0)
148150
nio4r (2.7.4)
149-
nokogiri (1.18.1-aarch64-linux-gnu)
151+
nokogiri (1.18.3-aarch64-linux-gnu)
150152
racc (~> 1.4)
151-
nokogiri (1.18.1-aarch64-linux-musl)
153+
nokogiri (1.18.3-aarch64-linux-musl)
152154
racc (~> 1.4)
153-
nokogiri (1.18.1-arm-linux-gnu)
155+
nokogiri (1.18.3-arm-linux-gnu)
154156
racc (~> 1.4)
155-
nokogiri (1.18.1-arm-linux-musl)
157+
nokogiri (1.18.3-arm-linux-musl)
156158
racc (~> 1.4)
157-
nokogiri (1.18.1-x86_64-linux-gnu)
159+
nokogiri (1.18.3-x86_64-linux-gnu)
158160
racc (~> 1.4)
159-
nokogiri (1.18.1-x86_64-linux-musl)
161+
nokogiri (1.18.3-x86_64-linux-musl)
160162
racc (~> 1.4)
161163
ostruct (0.6.1)
162164
parallel (1.26.3)
163165
parser (3.3.6.0)
164166
ast (~> 2.4.1)
165167
racc
166-
psych (5.2.2)
168+
pp (0.6.2)
169+
prettyprint
170+
prettyprint (0.2.0)
171+
psych (5.2.3)
167172
date
168173
stringio
169174
puma (6.5.0)
170175
nio4r (~> 2.0)
171176
raabro (1.4.0)
172177
racc (1.8.1)
173-
rack (3.1.8)
174-
rack-session (2.0.0)
178+
rack (3.1.12)
179+
rack-session (2.1.0)
180+
base64 (>= 0.1.0)
175181
rack (>= 3.0.0)
176182
rack-test (2.2.0)
177183
rack (>= 1.3)
178184
rackup (2.2.1)
179185
rack (>= 3)
180-
rails (8.0.1)
181-
actioncable (= 8.0.1)
182-
actionmailbox (= 8.0.1)
183-
actionmailer (= 8.0.1)
184-
actionpack (= 8.0.1)
185-
actiontext (= 8.0.1)
186-
actionview (= 8.0.1)
187-
activejob (= 8.0.1)
188-
activemodel (= 8.0.1)
189-
activerecord (= 8.0.1)
190-
activestorage (= 8.0.1)
191-
activesupport (= 8.0.1)
186+
rails (8.0.2)
187+
actioncable (= 8.0.2)
188+
actionmailbox (= 8.0.2)
189+
actionmailer (= 8.0.2)
190+
actionpack (= 8.0.2)
191+
actiontext (= 8.0.2)
192+
actionview (= 8.0.2)
193+
activejob (= 8.0.2)
194+
activemodel (= 8.0.2)
195+
activerecord (= 8.0.2)
196+
activestorage (= 8.0.2)
197+
activesupport (= 8.0.2)
192198
bundler (>= 1.15.0)
193-
railties (= 8.0.1)
199+
railties (= 8.0.2)
194200
rails-dom-testing (2.2.0)
195201
activesupport (>= 5.0.0)
196202
minitest
197203
nokogiri (>= 1.6)
198204
rails-html-sanitizer (1.6.2)
199205
loofah (~> 2.21)
200206
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)
201-
railties (8.0.1)
202-
actionpack (= 8.0.1)
203-
activesupport (= 8.0.1)
207+
railties (8.0.2)
208+
actionpack (= 8.0.2)
209+
activesupport (= 8.0.2)
204210
irb (~> 1.13)
205211
rackup (>= 1.0.0)
206212
rake (>= 12.2)
207213
thor (~> 1.0, >= 1.2.2)
208214
zeitwerk (~> 2.6)
209215
rainbow (3.1.1)
210216
rake (13.2.1)
211-
rdoc (6.10.0)
217+
rdoc (6.12.0)
212218
psych (>= 4.0.0)
213219
regexp_parser (2.10.0)
214220
reline (0.6.0)
@@ -271,7 +277,7 @@ GEM
271277
net-sftp (>= 2.1.2)
272278
net-ssh (>= 2.8.0)
273279
ostruct
274-
stringio (3.1.2)
280+
stringio (3.1.5)
275281
thor (1.3.2)
276282
thruster (0.1.9)
277283
thruster (0.1.9-aarch64-linux)
@@ -282,12 +288,13 @@ GEM
282288
unicode-display_width (3.1.3)
283289
unicode-emoji (~> 4.0, >= 4.0.4)
284290
unicode-emoji (4.0.4)
285-
uri (1.0.2)
291+
uri (1.0.3)
286292
useragent (0.16.11)
287-
websocket-driver (0.7.6)
293+
websocket-driver (0.7.7)
294+
base64
288295
websocket-extensions (>= 0.1.0)
289296
websocket-extensions (0.1.5)
290-
zeitwerk (2.7.1)
297+
zeitwerk (2.7.2)
291298

292299
PLATFORMS
293300
aarch64-linux
@@ -305,7 +312,7 @@ DEPENDENCIES
305312
debug
306313
kamal
307314
puma (>= 5.0)
308-
rails (~> 8.0.1)
315+
rails (~> 8.0.2)
309316
rubocop-rails-omakase
310317
solid_cable
311318
solid_cache

0 commit comments

Comments
 (0)