Skip to content

Commit 858cf4f

Browse files
Bump rails from 7.0.8.7 to 8.0.2
Bumps [rails](https://github.com/rails/rails) from 7.0.8.7 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8.7...v8.0.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97a018a commit 858cf4f

File tree

2 files changed

+109
-91
lines changed

2 files changed

+109
-91
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.2.0'
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem 'rails', '~> 7.0.8'
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

Lines changed: 108 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,85 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.7)
5-
actionpack (= 7.0.8.7)
6-
activesupport (= 7.0.8.7)
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)
9-
actionmailbox (7.0.8.7)
10-
actionpack (= 7.0.8.7)
11-
activejob (= 7.0.8.7)
12-
activerecord (= 7.0.8.7)
13-
activestorage (= 7.0.8.7)
14-
activesupport (= 7.0.8.7)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8.7)
20-
actionpack (= 7.0.8.7)
21-
actionview (= 7.0.8.7)
22-
activejob (= 7.0.8.7)
23-
activesupport (= 7.0.8.7)
24-
mail (~> 2.5, >= 2.5.4)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8.7)
30-
actionview (= 7.0.8.7)
31-
activesupport (= 7.0.8.7)
32-
rack (~> 2.0, >= 2.2.4)
9+
zeitwerk (~> 2.6)
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)
16+
mail (>= 2.8.0)
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)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (8.0.2)
25+
actionview (= 8.0.2)
26+
activesupport (= 8.0.2)
27+
nokogiri (>= 1.8.5)
28+
rack (>= 2.2.4)
29+
rack-session (>= 1.0.1)
3330
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8.7)
37-
actionpack (= 7.0.8.7)
38-
activerecord (= 7.0.8.7)
39-
activestorage (= 7.0.8.7)
40-
activesupport (= 7.0.8.7)
31+
rails-dom-testing (~> 2.2)
32+
rails-html-sanitizer (~> 1.6)
33+
useragent (~> 0.16)
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)
4139
globalid (>= 0.6.0)
4240
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.7)
44-
activesupport (= 7.0.8.7)
41+
actionview (8.0.2)
42+
activesupport (= 8.0.2)
4543
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8.7)
50-
activesupport (= 7.0.8.7)
44+
erubi (~> 1.11)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
47+
activejob (8.0.2)
48+
activesupport (= 8.0.2)
5149
globalid (>= 0.3.6)
52-
activemodel (7.0.8.7)
53-
activesupport (= 7.0.8.7)
54-
activerecord (7.0.8.7)
55-
activemodel (= 7.0.8.7)
56-
activesupport (= 7.0.8.7)
57-
activestorage (7.0.8.7)
58-
actionpack (= 7.0.8.7)
59-
activejob (= 7.0.8.7)
60-
activerecord (= 7.0.8.7)
61-
activesupport (= 7.0.8.7)
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)
55+
timeout (>= 0.4.0)
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)
6261
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.7)
65-
concurrent-ruby (~> 1.0, >= 1.0.2)
62+
activesupport (8.0.2)
63+
base64
64+
benchmark (>= 0.3)
65+
bigdecimal
66+
concurrent-ruby (~> 1.0, >= 1.3.1)
67+
connection_pool (>= 2.2.5)
68+
drb
6669
i18n (>= 1.6, < 2)
70+
logger (>= 1.4.2)
6771
minitest (>= 5.1)
68-
tzinfo (~> 2.0)
72+
securerandom (>= 0.3)
73+
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
6975
addressable (2.8.6)
7076
public_suffix (>= 2.0.2, < 6.0)
7177
appsignal (3.7.5)
7278
rack
7379
ast (2.4.2)
7480
base64 (0.2.0)
7581
bcrypt (3.1.20)
82+
benchmark (0.4.0)
7683
bigdecimal (3.1.8)
7784
bindex (0.8.1)
7885
blazer (3.1.0)
@@ -95,11 +102,11 @@ GEM
95102
regexp_parser (>= 1.5, < 3.0)
96103
xpath (~> 3.2)
97104
chartkick (5.1.2)
98-
concurrent-ruby (1.3.4)
105+
concurrent-ruby (1.3.5)
99106
connection_pool (2.4.1)
100107
crass (1.0.6)
101108
csv (3.3.0)
102-
date (3.4.0)
109+
date (3.4.1)
103110
debug (1.10.0)
104111
irb (~> 1.10)
105112
reline (>= 0.3.8)
@@ -113,6 +120,7 @@ GEM
113120
devise (~> 4.0)
114121
warden-jwt_auth (~> 0.10)
115122
diff-lcs (1.5.1)
123+
drb (2.2.1)
116124
dry-auto_inject (1.0.1)
117125
dry-core (~> 1.0)
118126
zeitwerk (~> 2.6)
@@ -134,7 +142,7 @@ GEM
134142
dry-inflector (~> 1.0)
135143
dry-logic (~> 1.4)
136144
zeitwerk (~> 2.6)
137-
erubi (1.13.0)
145+
erubi (1.13.1)
138146
erubis (2.7.0)
139147
factory_bot (6.5.0)
140148
activesupport (>= 5.0.0)
@@ -175,7 +183,7 @@ GEM
175183
haml (>= 4.0)
176184
nokogiri (>= 1.6.0)
177185
ruby_parser (~> 3.5)
178-
i18n (1.14.6)
186+
i18n (1.14.7)
179187
concurrent-ruby (~> 1.0)
180188
importmap-rails (2.0.3)
181189
actionpack (>= 6.0.0)
@@ -196,17 +204,17 @@ GEM
196204
jwt (2.8.2)
197205
base64
198206
language_server-protocol (3.17.0.3)
199-
loofah (2.23.1)
207+
logger (1.6.6)
208+
loofah (2.24.0)
200209
crass (~> 1.0.2)
201210
nokogiri (>= 1.12.0)
202211
mail (2.8.1)
203212
mini_mime (>= 0.1.1)
204213
net-imap
205214
net-pop
206215
net-smtp
207-
marcel (1.0.2)
216+
marcel (1.0.4)
208217
matrix (0.4.2)
209-
method_source (1.1.0)
210218
mini_mime (1.1.5)
211219
mini_portile2 (2.8.8)
212220
minitest (5.25.4)
@@ -215,17 +223,17 @@ GEM
215223
ruby2_keywords (~> 0.0.1)
216224
mustermann-grape (1.1.0)
217225
mustermann (>= 1.0.0)
218-
net-imap (0.5.1)
226+
net-imap (0.5.6)
219227
date
220228
net-protocol
221229
net-pop (0.1.2)
222230
net-protocol
223231
net-protocol (0.2.2)
224232
timeout
225-
net-smtp (0.5.0)
233+
net-smtp (0.5.1)
226234
net-protocol
227235
nio4r (2.7.4)
228-
nokogiri (1.17.2)
236+
nokogiri (1.18.3)
229237
mini_portile2 (~> 2.8.2)
230238
racc (~> 1.4)
231239
orm_adapter (0.5.0)
@@ -241,39 +249,45 @@ GEM
241249
puma (6.5.0)
242250
nio4r (~> 2.0)
243251
racc (1.8.1)
244-
rack (2.2.10)
252+
rack (3.1.12)
245253
rack-cors (2.0.2)
246254
rack (>= 2.0.0)
247-
rack-test (2.1.0)
255+
rack-session (2.1.0)
256+
base64 (>= 0.1.0)
257+
rack (>= 3.0.0)
258+
rack-test (2.2.0)
248259
rack (>= 1.3)
249-
rails (7.0.8.7)
250-
actioncable (= 7.0.8.7)
251-
actionmailbox (= 7.0.8.7)
252-
actionmailer (= 7.0.8.7)
253-
actionpack (= 7.0.8.7)
254-
actiontext (= 7.0.8.7)
255-
actionview (= 7.0.8.7)
256-
activejob (= 7.0.8.7)
257-
activemodel (= 7.0.8.7)
258-
activerecord (= 7.0.8.7)
259-
activestorage (= 7.0.8.7)
260-
activesupport (= 7.0.8.7)
260+
rackup (2.2.1)
261+
rack (>= 3)
262+
rails (8.0.2)
263+
actioncable (= 8.0.2)
264+
actionmailbox (= 8.0.2)
265+
actionmailer (= 8.0.2)
266+
actionpack (= 8.0.2)
267+
actiontext (= 8.0.2)
268+
actionview (= 8.0.2)
269+
activejob (= 8.0.2)
270+
activemodel (= 8.0.2)
271+
activerecord (= 8.0.2)
272+
activestorage (= 8.0.2)
273+
activesupport (= 8.0.2)
261274
bundler (>= 1.15.0)
262-
railties (= 7.0.8.7)
275+
railties (= 8.0.2)
263276
rails-dom-testing (2.2.0)
264277
activesupport (>= 5.0.0)
265278
minitest
266279
nokogiri (>= 1.6)
267280
rails-html-sanitizer (1.6.2)
268281
loofah (~> 2.21)
269282
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)
270-
railties (7.0.8.7)
271-
actionpack (= 7.0.8.7)
272-
activesupport (= 7.0.8.7)
273-
method_source
283+
railties (8.0.2)
284+
actionpack (= 8.0.2)
285+
activesupport (= 8.0.2)
286+
irb (~> 1.13)
287+
rackup (>= 1.0.0)
274288
rake (>= 12.2)
275-
thor (~> 1.0)
276-
zeitwerk (~> 2.5)
289+
thor (~> 1.0, >= 1.2.2)
290+
zeitwerk (~> 2.6)
277291
rainbow (3.1.1)
278292
rake (13.2.1)
279293
rdoc (6.10.0)
@@ -329,6 +343,7 @@ GEM
329343
sexp_processor (~> 4.16)
330344
rubyzip (2.3.2)
331345
safely_block (0.4.1)
346+
securerandom (0.4.1)
332347
selenium-webdriver (4.10.0)
333348
rexml (~> 3.2, >= 3.2.5)
334349
rubyzip (>= 1.2.2, < 3.0)
@@ -349,7 +364,7 @@ GEM
349364
temple (0.10.3)
350365
thor (1.3.2)
351366
tilt (2.3.0)
352-
timeout (0.4.2)
367+
timeout (0.4.3)
353368
turbo-rails (2.0.11)
354369
actionpack (>= 6.0.0)
355370
railties (>= 6.0.0)
@@ -358,6 +373,8 @@ GEM
358373
unicode-display_width (3.1.2)
359374
unicode-emoji (~> 4.0, >= 4.0.4)
360375
unicode-emoji (4.0.4)
376+
uri (1.0.3)
377+
useragent (0.16.11)
361378
warden (1.2.9)
362379
rack (>= 2.0.9)
363380
warden-jwt_auth (0.10.0)
@@ -375,12 +392,13 @@ GEM
375392
rubyzip (>= 1.3.0)
376393
selenium-webdriver (~> 4.0, < 4.11)
377394
websocket (1.2.10)
378-
websocket-driver (0.7.6)
395+
websocket-driver (0.7.7)
396+
base64
379397
websocket-extensions (>= 0.1.0)
380398
websocket-extensions (0.1.5)
381399
xpath (3.2.0)
382400
nokogiri (~> 1.8)
383-
zeitwerk (2.7.1)
401+
zeitwerk (2.7.2)
384402

385403
PLATFORMS
386404
ruby
@@ -410,7 +428,7 @@ DEPENDENCIES
410428
pg
411429
puma (~> 6.5)
412430
rack-cors
413-
rails (~> 7.0.8)
431+
rails (~> 8.0.2)
414432
redis (~> 5.3)
415433
rspec-rails
416434
rubocop

0 commit comments

Comments
 (0)