Skip to content

Commit 5c730b3

Browse files
Bump rails from 7.0.8.1 to 8.0.2
Bumps [rails](https://github.com/rails/rails) from 7.0.8.1 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8.1...v8.0.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1bece8 commit 5c730b3

File tree

2 files changed

+125
-88
lines changed

2 files changed

+125
-88
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
ruby '3.2.2'
33

4-
gem 'rails', '7.0.8.1'
4+
gem 'rails', '8.0.2'
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem 'sprockets-rails'
77
# Reduces boot times through caching; required in config/boot.rb

Gemfile.lock

+124-87
Original file line numberDiff line numberDiff line change
@@ -11,83 +11,92 @@ GIT
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (7.0.8.1)
15-
actionpack (= 7.0.8.1)
16-
activesupport (= 7.0.8.1)
14+
actioncable (8.0.2)
15+
actionpack (= 8.0.2)
16+
activesupport (= 8.0.2)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
19-
actionmailbox (7.0.8.1)
20-
actionpack (= 7.0.8.1)
21-
activejob (= 7.0.8.1)
22-
activerecord (= 7.0.8.1)
23-
activestorage (= 7.0.8.1)
24-
activesupport (= 7.0.8.1)
25-
mail (>= 2.7.1)
26-
net-imap
27-
net-pop
28-
net-smtp
29-
actionmailer (7.0.8.1)
30-
actionpack (= 7.0.8.1)
31-
actionview (= 7.0.8.1)
32-
activejob (= 7.0.8.1)
33-
activesupport (= 7.0.8.1)
34-
mail (~> 2.5, >= 2.5.4)
35-
net-imap
36-
net-pop
37-
net-smtp
38-
rails-dom-testing (~> 2.0)
39-
actionpack (7.0.8.1)
40-
actionview (= 7.0.8.1)
41-
activesupport (= 7.0.8.1)
42-
rack (~> 2.0, >= 2.2.4)
19+
zeitwerk (~> 2.6)
20+
actionmailbox (8.0.2)
21+
actionpack (= 8.0.2)
22+
activejob (= 8.0.2)
23+
activerecord (= 8.0.2)
24+
activestorage (= 8.0.2)
25+
activesupport (= 8.0.2)
26+
mail (>= 2.8.0)
27+
actionmailer (8.0.2)
28+
actionpack (= 8.0.2)
29+
actionview (= 8.0.2)
30+
activejob (= 8.0.2)
31+
activesupport (= 8.0.2)
32+
mail (>= 2.8.0)
33+
rails-dom-testing (~> 2.2)
34+
actionpack (8.0.2)
35+
actionview (= 8.0.2)
36+
activesupport (= 8.0.2)
37+
nokogiri (>= 1.8.5)
38+
rack (>= 2.2.4)
39+
rack-session (>= 1.0.1)
4340
rack-test (>= 0.6.3)
44-
rails-dom-testing (~> 2.0)
45-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
46-
actiontext (7.0.8.1)
47-
actionpack (= 7.0.8.1)
48-
activerecord (= 7.0.8.1)
49-
activestorage (= 7.0.8.1)
50-
activesupport (= 7.0.8.1)
41+
rails-dom-testing (~> 2.2)
42+
rails-html-sanitizer (~> 1.6)
43+
useragent (~> 0.16)
44+
actiontext (8.0.2)
45+
actionpack (= 8.0.2)
46+
activerecord (= 8.0.2)
47+
activestorage (= 8.0.2)
48+
activesupport (= 8.0.2)
5149
globalid (>= 0.6.0)
5250
nokogiri (>= 1.8.5)
53-
actionview (7.0.8.1)
54-
activesupport (= 7.0.8.1)
51+
actionview (8.0.2)
52+
activesupport (= 8.0.2)
5553
builder (~> 3.1)
56-
erubi (~> 1.4)
57-
rails-dom-testing (~> 2.0)
58-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
59-
activejob (7.0.8.1)
60-
activesupport (= 7.0.8.1)
54+
erubi (~> 1.11)
55+
rails-dom-testing (~> 2.2)
56+
rails-html-sanitizer (~> 1.6)
57+
activejob (8.0.2)
58+
activesupport (= 8.0.2)
6159
globalid (>= 0.3.6)
62-
activemodel (7.0.8.1)
63-
activesupport (= 7.0.8.1)
64-
activerecord (7.0.8.1)
65-
activemodel (= 7.0.8.1)
66-
activesupport (= 7.0.8.1)
67-
activestorage (7.0.8.1)
68-
actionpack (= 7.0.8.1)
69-
activejob (= 7.0.8.1)
70-
activerecord (= 7.0.8.1)
71-
activesupport (= 7.0.8.1)
60+
activemodel (8.0.2)
61+
activesupport (= 8.0.2)
62+
activerecord (8.0.2)
63+
activemodel (= 8.0.2)
64+
activesupport (= 8.0.2)
65+
timeout (>= 0.4.0)
66+
activestorage (8.0.2)
67+
actionpack (= 8.0.2)
68+
activejob (= 8.0.2)
69+
activerecord (= 8.0.2)
70+
activesupport (= 8.0.2)
7271
marcel (~> 1.0)
73-
mini_mime (>= 1.1.0)
74-
activesupport (7.0.8.1)
75-
concurrent-ruby (~> 1.0, >= 1.0.2)
72+
activesupport (8.0.2)
73+
base64
74+
benchmark (>= 0.3)
75+
bigdecimal
76+
concurrent-ruby (~> 1.0, >= 1.3.1)
77+
connection_pool (>= 2.2.5)
78+
drb
7679
i18n (>= 1.6, < 2)
80+
logger (>= 1.4.2)
7781
minitest (>= 5.1)
78-
tzinfo (~> 2.0)
79-
acts-as-taggable-on (9.0.1)
80-
activerecord (>= 6.0, < 7.1)
82+
securerandom (>= 0.3)
83+
tzinfo (~> 2.0, >= 2.0.5)
84+
uri (>= 0.13.1)
85+
acts-as-taggable-on (12.0.0)
86+
activerecord (>= 7.1, < 8.1)
87+
zeitwerk (>= 2.4, < 3.0)
8188
addressable (2.8.7)
8289
public_suffix (>= 2.0.2, < 7.0)
8390
ast (2.4.2)
8491
autoprefixer-rails (10.4.16.0)
8592
execjs (~> 2)
8693
base64 (0.2.0)
94+
benchmark (0.4.0)
8795
better_errors (2.10.1)
8896
erubi (>= 1.0.0)
8997
rack (>= 0.9.0)
9098
rouge (>= 1.0.0)
99+
bigdecimal (3.1.9)
91100
bindex (0.8.1)
92101
binding_of_caller (1.0.1)
93102
debug_inspector (>= 1.2.0)
@@ -134,6 +143,7 @@ GEM
134143
coffee-script-source (1.12.2)
135144
commonmarker (0.23.10)
136145
concurrent-ruby (1.3.5)
146+
connection_pool (2.5.0)
137147
crass (1.0.6)
138148
css_parser (1.14.0)
139149
addressable
@@ -145,10 +155,10 @@ GEM
145155
database_cleaner-core (2.0.1)
146156
date (3.4.1)
147157
debug_inspector (1.2.0)
148-
delayed_job (4.1.11)
149-
activesupport (>= 3.0, < 8.0)
150-
delayed_job_active_record (4.1.8)
151-
activerecord (>= 3.0, < 8.0)
158+
delayed_job (4.1.13)
159+
activesupport (>= 3.0, < 9.0)
160+
delayed_job_active_record (4.1.11)
161+
activerecord (>= 3.0, < 9.0)
152162
delayed_job (>= 3.0, < 5)
153163
diff-lcs (1.6.0)
154164
docile (1.4.0)
@@ -157,6 +167,7 @@ GEM
157167
dotenv (= 3.1.0)
158168
railties (>= 6.1)
159169
double-bag-ftps (0.1.4)
170+
drb (2.2.1)
160171
erubi (1.13.1)
161172
execjs (2.10.0)
162173
fabrication (2.31.0)
@@ -195,6 +206,11 @@ GEM
195206
actionpack (>= 6.0.0)
196207
activesupport (>= 6.0.0)
197208
railties (>= 6.0.0)
209+
io-console (0.8.0)
210+
irb (1.15.2)
211+
pp (>= 0.6.0)
212+
rdoc (>= 4.0.0)
213+
reline (>= 0.4.2)
198214
jbuilder (2.12.0)
199215
actionview (>= 5.0.0)
200216
activesupport (>= 5.0.0)
@@ -232,12 +248,12 @@ GEM
232248
mini_magick (4.12.0)
233249
mini_mime (1.1.5)
234250
mini_portile2 (2.8.8)
235-
minitest (5.25.4)
251+
minitest (5.25.5)
236252
msgpack (1.7.5)
237253
multi_xml (0.6.0)
238254
net-http (0.4.1)
239255
uri
240-
net-imap (0.4.19)
256+
net-imap (0.5.6)
241257
date
242258
net-protocol
243259
net-pop (0.1.2)
@@ -246,10 +262,10 @@ GEM
246262
timeout
247263
net-sftp (4.0.0)
248264
net-ssh (>= 5.0.0, < 8.0.0)
249-
net-smtp (0.4.0.1)
265+
net-smtp (0.5.1)
250266
net-protocol
251267
net-ssh (7.2.0)
252-
nio4r (2.7.3)
268+
nio4r (2.7.4)
253269
nokogiri (1.18.4)
254270
mini_portile2 (~> 2.8.2)
255271
racc (~> 1.4)
@@ -283,6 +299,8 @@ GEM
283299
pickadate-rails (3.5.6.0)
284300
railties (>= 3.1.0)
285301
popper_js (2.11.8)
302+
pp (0.6.2)
303+
prettyprint
286304
premailer (1.21.0)
287305
addressable
288306
css_parser (>= 1.12.0)
@@ -291,6 +309,7 @@ GEM
291309
actionmailer (>= 3)
292310
net-smtp
293311
premailer (~> 1.7, >= 1.7.9)
312+
prettyprint (0.2.0)
294313
pry (0.14.2)
295314
coderay (~> 1.1)
296315
method_source (~> 1.0)
@@ -302,6 +321,9 @@ GEM
302321
pry-remote (0.1.8)
303322
pry (~> 0.9)
304323
slop (~> 3.0)
324+
psych (5.2.3)
325+
date
326+
stringio
305327
public_activity (3.0.1)
306328
actionpack (>= 6.1.0)
307329
activerecord (>= 6.1)
@@ -319,22 +341,27 @@ GEM
319341
rack-protection (3.2.0)
320342
base64 (>= 0.1.0)
321343
rack (~> 2.2, >= 2.2.4)
344+
rack-session (1.0.2)
345+
rack (< 3)
322346
rack-test (2.2.0)
323347
rack (>= 1.3)
324-
rails (7.0.8.1)
325-
actioncable (= 7.0.8.1)
326-
actionmailbox (= 7.0.8.1)
327-
actionmailer (= 7.0.8.1)
328-
actionpack (= 7.0.8.1)
329-
actiontext (= 7.0.8.1)
330-
actionview (= 7.0.8.1)
331-
activejob (= 7.0.8.1)
332-
activemodel (= 7.0.8.1)
333-
activerecord (= 7.0.8.1)
334-
activestorage (= 7.0.8.1)
335-
activesupport (= 7.0.8.1)
348+
rackup (1.0.1)
349+
rack (< 3)
350+
webrick
351+
rails (8.0.2)
352+
actioncable (= 8.0.2)
353+
actionmailbox (= 8.0.2)
354+
actionmailer (= 8.0.2)
355+
actionpack (= 8.0.2)
356+
actiontext (= 8.0.2)
357+
actionview (= 8.0.2)
358+
activejob (= 8.0.2)
359+
activemodel (= 8.0.2)
360+
activerecord (= 8.0.2)
361+
activestorage (= 8.0.2)
362+
activesupport (= 8.0.2)
336363
bundler (>= 1.15.0)
337-
railties (= 7.0.8.1)
364+
railties (= 8.0.2)
338365
rails-dom-testing (2.2.0)
339366
activesupport (>= 5.0.0)
340367
minitest
@@ -349,19 +376,24 @@ GEM
349376
rails_stdout_logging
350377
rails_serve_static_assets (0.0.5)
351378
rails_stdout_logging (0.0.5)
352-
railties (7.0.8.1)
353-
actionpack (= 7.0.8.1)
354-
activesupport (= 7.0.8.1)
355-
method_source
379+
railties (8.0.2)
380+
actionpack (= 8.0.2)
381+
activesupport (= 8.0.2)
382+
irb (~> 1.13)
383+
rackup (>= 1.0.0)
356384
rake (>= 12.2)
357-
thor (~> 1.0)
358-
zeitwerk (~> 2.5)
385+
thor (~> 1.0, >= 1.2.2)
386+
zeitwerk (~> 2.6)
359387
rainbow (3.1.1)
360388
rake (13.2.1)
361389
rb-fsevent (0.11.2)
362390
rb-inotify (0.10.1)
363391
ffi (~> 1.0)
392+
rdoc (6.13.1)
393+
psych (>= 4.0.0)
364394
regexp_parser (2.10.0)
395+
reline (0.6.1)
396+
io-console (~> 0.5)
365397
rexml (3.4.1)
366398
rolify (6.0.1)
367399
rollbar (3.6.0)
@@ -422,6 +454,7 @@ GEM
422454
sprockets (> 3.0)
423455
sprockets-rails
424456
tilt
457+
securerandom (0.4.1)
425458
selenium-webdriver (4.29.1)
426459
base64 (~> 0.2)
427460
logger (~> 1.4)
@@ -456,6 +489,7 @@ GEM
456489
ssrf_filter (1.1.2)
457490
stimulus-rails (1.3.4)
458491
railties (>= 6.0.0)
492+
stringio (3.1.6)
459493
stripe (9.0.0)
460494
temple (0.10.3)
461495
terser (1.2.4)
@@ -476,15 +510,18 @@ GEM
476510
unicode-emoji (~> 4.0, >= 4.0.4)
477511
unicode-emoji (4.0.4)
478512
uniform_notifier (1.16.0)
479-
uri (0.13.0)
513+
uri (1.0.3)
514+
useragent (0.16.11)
480515
version_gem (1.1.3)
481516
web-console (4.2.1)
482517
actionview (>= 6.0.0)
483518
activemodel (>= 6.0.0)
484519
bindex (>= 0.4.0)
485520
railties (>= 6.0.0)
521+
webrick (1.9.1)
486522
websocket (1.2.11)
487-
websocket-driver (0.7.6)
523+
websocket-driver (0.7.7)
524+
base64
488525
websocket-extensions (>= 0.1.0)
489526
websocket-extensions (0.1.5)
490527
xpath (3.2.0)
@@ -543,7 +580,7 @@ DEPENDENCIES
543580
puma (~> 6.4)
544581
pundit
545582
rack-mini-profiler (~> 3.3)
546-
rails (= 7.0.8.1)
583+
rails (= 8.0.2)
547584
rails-html-sanitizer (~> 1.6.1)
548585
rails4-autocomplete
549586
rails_12factor

0 commit comments

Comments
 (0)