Skip to content

Commit eb703ec

Browse files
Bump rails from 7.1.5.1 to 8.0.2.1
Bumps [rails](https://github.com/rails/rails) from 7.1.5.1 to 8.0.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.5.1...v8.0.2.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7d7223 commit eb703ec

File tree

2 files changed

+67
-73
lines changed

2 files changed

+67
-73
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
ruby "3.3.6"
77

8-
gem "rails", "~> 7.1.3"
8+
gem "rails", "~> 8.0.2"
99

1010
gem "activerecord_cursor_paginate"
1111
gem "addressable"

Gemfile.lock

Lines changed: 66 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,79 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.5.1)
5-
actionpack (= 7.1.5.1)
6-
activesupport (= 7.1.5.1)
4+
actioncable (8.0.2.1)
5+
actionpack (= 8.0.2.1)
6+
activesupport (= 8.0.2.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.5.1)
11-
actionpack (= 7.1.5.1)
12-
activejob (= 7.1.5.1)
13-
activerecord (= 7.1.5.1)
14-
activestorage (= 7.1.5.1)
15-
activesupport (= 7.1.5.1)
16-
mail (>= 2.7.1)
17-
net-imap
18-
net-pop
19-
net-smtp
20-
actionmailer (7.1.5.1)
21-
actionpack (= 7.1.5.1)
22-
actionview (= 7.1.5.1)
23-
activejob (= 7.1.5.1)
24-
activesupport (= 7.1.5.1)
25-
mail (~> 2.5, >= 2.5.4)
26-
net-imap
27-
net-pop
28-
net-smtp
10+
actionmailbox (8.0.2.1)
11+
actionpack (= 8.0.2.1)
12+
activejob (= 8.0.2.1)
13+
activerecord (= 8.0.2.1)
14+
activestorage (= 8.0.2.1)
15+
activesupport (= 8.0.2.1)
16+
mail (>= 2.8.0)
17+
actionmailer (8.0.2.1)
18+
actionpack (= 8.0.2.1)
19+
actionview (= 8.0.2.1)
20+
activejob (= 8.0.2.1)
21+
activesupport (= 8.0.2.1)
22+
mail (>= 2.8.0)
2923
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.5.1)
31-
actionview (= 7.1.5.1)
32-
activesupport (= 7.1.5.1)
24+
actionpack (8.0.2.1)
25+
actionview (= 8.0.2.1)
26+
activesupport (= 8.0.2.1)
3327
nokogiri (>= 1.8.5)
34-
racc
3528
rack (>= 2.2.4)
3629
rack-session (>= 1.0.1)
3730
rack-test (>= 0.6.3)
3831
rails-dom-testing (~> 2.2)
3932
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.5.1)
41-
actionpack (= 7.1.5.1)
42-
activerecord (= 7.1.5.1)
43-
activestorage (= 7.1.5.1)
44-
activesupport (= 7.1.5.1)
33+
useragent (~> 0.16)
34+
actiontext (8.0.2.1)
35+
actionpack (= 8.0.2.1)
36+
activerecord (= 8.0.2.1)
37+
activestorage (= 8.0.2.1)
38+
activesupport (= 8.0.2.1)
4539
globalid (>= 0.6.0)
4640
nokogiri (>= 1.8.5)
47-
actionview (7.1.5.1)
48-
activesupport (= 7.1.5.1)
41+
actionview (8.0.2.1)
42+
activesupport (= 8.0.2.1)
4943
builder (~> 3.1)
5044
erubi (~> 1.11)
5145
rails-dom-testing (~> 2.2)
5246
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.5.1)
54-
activesupport (= 7.1.5.1)
47+
activejob (8.0.2.1)
48+
activesupport (= 8.0.2.1)
5549
globalid (>= 0.3.6)
56-
activemodel (7.1.5.1)
57-
activesupport (= 7.1.5.1)
58-
activerecord (7.1.5.1)
59-
activemodel (= 7.1.5.1)
60-
activesupport (= 7.1.5.1)
50+
activemodel (8.0.2.1)
51+
activesupport (= 8.0.2.1)
52+
activerecord (8.0.2.1)
53+
activemodel (= 8.0.2.1)
54+
activesupport (= 8.0.2.1)
6155
timeout (>= 0.4.0)
6256
activerecord_cursor_paginate (0.2.0)
6357
activerecord (>= 7.0)
64-
activestorage (7.1.5.1)
65-
actionpack (= 7.1.5.1)
66-
activejob (= 7.1.5.1)
67-
activerecord (= 7.1.5.1)
68-
activesupport (= 7.1.5.1)
58+
activestorage (8.0.2.1)
59+
actionpack (= 8.0.2.1)
60+
activejob (= 8.0.2.1)
61+
activerecord (= 8.0.2.1)
62+
activesupport (= 8.0.2.1)
6963
marcel (~> 1.0)
70-
activesupport (7.1.5.1)
64+
activesupport (8.0.2.1)
7165
base64
7266
benchmark (>= 0.3)
7367
bigdecimal
74-
concurrent-ruby (~> 1.0, >= 1.0.2)
68+
concurrent-ruby (~> 1.0, >= 1.3.1)
7569
connection_pool (>= 2.2.5)
7670
drb
7771
i18n (>= 1.6, < 2)
7872
logger (>= 1.4.2)
7973
minitest (>= 5.1)
80-
mutex_m
8174
securerandom (>= 0.3)
82-
tzinfo (~> 2.0)
75+
tzinfo (~> 2.0, >= 2.0.5)
76+
uri (>= 0.13.1)
8377
addressable (2.8.7)
8478
public_suffix (>= 2.0.2, < 7.0)
8579
alba (3.2.0)
@@ -246,17 +240,16 @@ GEM
246240
msgpack (1.7.2)
247241
multi_xml (0.7.1)
248242
bigdecimal (~> 3.1)
249-
mutex_m (0.3.0)
250243
net-http (0.6.0)
251244
uri
252-
net-imap (0.5.1)
245+
net-imap (0.5.9)
253246
date
254247
net-protocol
255248
net-pop (0.1.2)
256249
net-protocol
257250
net-protocol (0.2.2)
258251
timeout
259-
net-smtp (0.5.0)
252+
net-smtp (0.5.1)
260253
net-protocol
261254
netrc (0.11.0)
262255
nio4r (2.7.4)
@@ -299,30 +292,30 @@ GEM
299292
rack (>= 1.3)
300293
rackup (2.2.1)
301294
rack (>= 3)
302-
rails (7.1.5.1)
303-
actioncable (= 7.1.5.1)
304-
actionmailbox (= 7.1.5.1)
305-
actionmailer (= 7.1.5.1)
306-
actionpack (= 7.1.5.1)
307-
actiontext (= 7.1.5.1)
308-
actionview (= 7.1.5.1)
309-
activejob (= 7.1.5.1)
310-
activemodel (= 7.1.5.1)
311-
activerecord (= 7.1.5.1)
312-
activestorage (= 7.1.5.1)
313-
activesupport (= 7.1.5.1)
295+
rails (8.0.2.1)
296+
actioncable (= 8.0.2.1)
297+
actionmailbox (= 8.0.2.1)
298+
actionmailer (= 8.0.2.1)
299+
actionpack (= 8.0.2.1)
300+
actiontext (= 8.0.2.1)
301+
actionview (= 8.0.2.1)
302+
activejob (= 8.0.2.1)
303+
activemodel (= 8.0.2.1)
304+
activerecord (= 8.0.2.1)
305+
activestorage (= 8.0.2.1)
306+
activesupport (= 8.0.2.1)
314307
bundler (>= 1.15.0)
315-
railties (= 7.1.5.1)
308+
railties (= 8.0.2.1)
316309
rails-dom-testing (2.3.0)
317310
activesupport (>= 5.0.0)
318311
minitest
319312
nokogiri (>= 1.6)
320313
rails-html-sanitizer (1.6.2)
321314
loofah (~> 2.21)
322315
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)
323-
rails-i18n (7.0.9)
316+
rails-i18n (8.0.1)
324317
i18n (>= 0.7, < 2)
325-
railties (>= 6.0.0, < 8)
318+
railties (>= 8.0.0, < 9)
326319
rails_autolink (1.1.8)
327320
actionview (> 3.1)
328321
activesupport (> 3.1)
@@ -332,10 +325,10 @@ GEM
332325
nio4r
333326
railties
334327
websocket-driver
335-
railties (7.1.5.1)
336-
actionpack (= 7.1.5.1)
337-
activesupport (= 7.1.5.1)
338-
irb
328+
railties (8.0.2.1)
329+
actionpack (= 8.0.2.1)
330+
activesupport (= 8.0.2.1)
331+
irb (~> 1.13)
339332
rackup (>= 1.0.0)
340333
rake (>= 12.2)
341334
thor (~> 1.0, >= 1.2.2)
@@ -475,6 +468,7 @@ GEM
475468
unicode-display_width (2.6.0)
476469
uniform_notifier (1.16.0)
477470
uri (1.0.2)
471+
useragent (0.16.11)
478472
vcr (6.3.1)
479473
base64
480474
view_component (3.20.0)
@@ -541,7 +535,7 @@ DEPENDENCIES
541535
propshaft
542536
puma
543537
rack-rewrite
544-
rails (~> 7.1.3)
538+
rails (~> 8.0.2)
545539
rails-i18n
546540
rails_autolink
547541
rails_live_reload

0 commit comments

Comments
 (0)