Skip to content

Commit 1b1313c

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

File tree

2 files changed

+69
-75
lines changed

2 files changed

+69
-75
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby file: ".ruby-version"
77

88
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
9-
gem "rails", "~> 7.1.5"
9+
gem "rails", "~> 8.0.1"
1010

1111
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1212
gem "sprockets-rails"

Gemfile.lock

+68-74
Original file line numberDiff line numberDiff line change
@@ -28,83 +28,77 @@ PATH
2828
GEM
2929
remote: https://rubygems.org/
3030
specs:
31-
actioncable (7.1.5.1)
32-
actionpack (= 7.1.5.1)
33-
activesupport (= 7.1.5.1)
31+
actioncable (8.0.1)
32+
actionpack (= 8.0.1)
33+
activesupport (= 8.0.1)
3434
nio4r (~> 2.0)
3535
websocket-driver (>= 0.6.1)
3636
zeitwerk (~> 2.6)
37-
actionmailbox (7.1.5.1)
38-
actionpack (= 7.1.5.1)
39-
activejob (= 7.1.5.1)
40-
activerecord (= 7.1.5.1)
41-
activestorage (= 7.1.5.1)
42-
activesupport (= 7.1.5.1)
43-
mail (>= 2.7.1)
44-
net-imap
45-
net-pop
46-
net-smtp
47-
actionmailer (7.1.5.1)
48-
actionpack (= 7.1.5.1)
49-
actionview (= 7.1.5.1)
50-
activejob (= 7.1.5.1)
51-
activesupport (= 7.1.5.1)
52-
mail (~> 2.5, >= 2.5.4)
53-
net-imap
54-
net-pop
55-
net-smtp
37+
actionmailbox (8.0.1)
38+
actionpack (= 8.0.1)
39+
activejob (= 8.0.1)
40+
activerecord (= 8.0.1)
41+
activestorage (= 8.0.1)
42+
activesupport (= 8.0.1)
43+
mail (>= 2.8.0)
44+
actionmailer (8.0.1)
45+
actionpack (= 8.0.1)
46+
actionview (= 8.0.1)
47+
activejob (= 8.0.1)
48+
activesupport (= 8.0.1)
49+
mail (>= 2.8.0)
5650
rails-dom-testing (~> 2.2)
57-
actionpack (7.1.5.1)
58-
actionview (= 7.1.5.1)
59-
activesupport (= 7.1.5.1)
51+
actionpack (8.0.1)
52+
actionview (= 8.0.1)
53+
activesupport (= 8.0.1)
6054
nokogiri (>= 1.8.5)
61-
racc
6255
rack (>= 2.2.4)
6356
rack-session (>= 1.0.1)
6457
rack-test (>= 0.6.3)
6558
rails-dom-testing (~> 2.2)
6659
rails-html-sanitizer (~> 1.6)
67-
actiontext (7.1.5.1)
68-
actionpack (= 7.1.5.1)
69-
activerecord (= 7.1.5.1)
70-
activestorage (= 7.1.5.1)
71-
activesupport (= 7.1.5.1)
60+
useragent (~> 0.16)
61+
actiontext (8.0.1)
62+
actionpack (= 8.0.1)
63+
activerecord (= 8.0.1)
64+
activestorage (= 8.0.1)
65+
activesupport (= 8.0.1)
7266
globalid (>= 0.6.0)
7367
nokogiri (>= 1.8.5)
74-
actionview (7.1.5.1)
75-
activesupport (= 7.1.5.1)
68+
actionview (8.0.1)
69+
activesupport (= 8.0.1)
7670
builder (~> 3.1)
7771
erubi (~> 1.11)
7872
rails-dom-testing (~> 2.2)
7973
rails-html-sanitizer (~> 1.6)
80-
activejob (7.1.5.1)
81-
activesupport (= 7.1.5.1)
74+
activejob (8.0.1)
75+
activesupport (= 8.0.1)
8276
globalid (>= 0.3.6)
83-
activemodel (7.1.5.1)
84-
activesupport (= 7.1.5.1)
85-
activerecord (7.1.5.1)
86-
activemodel (= 7.1.5.1)
87-
activesupport (= 7.1.5.1)
77+
activemodel (8.0.1)
78+
activesupport (= 8.0.1)
79+
activerecord (8.0.1)
80+
activemodel (= 8.0.1)
81+
activesupport (= 8.0.1)
8882
timeout (>= 0.4.0)
89-
activestorage (7.1.5.1)
90-
actionpack (= 7.1.5.1)
91-
activejob (= 7.1.5.1)
92-
activerecord (= 7.1.5.1)
93-
activesupport (= 7.1.5.1)
83+
activestorage (8.0.1)
84+
actionpack (= 8.0.1)
85+
activejob (= 8.0.1)
86+
activerecord (= 8.0.1)
87+
activesupport (= 8.0.1)
9488
marcel (~> 1.0)
95-
activesupport (7.1.5.1)
89+
activesupport (8.0.1)
9690
base64
9791
benchmark (>= 0.3)
9892
bigdecimal
99-
concurrent-ruby (~> 1.0, >= 1.0.2)
93+
concurrent-ruby (~> 1.0, >= 1.3.1)
10094
connection_pool (>= 2.2.5)
10195
drb
10296
i18n (>= 1.6, < 2)
10397
logger (>= 1.4.2)
10498
minitest (>= 5.1)
105-
mutex_m
10699
securerandom (>= 0.3)
107-
tzinfo (~> 2.0)
100+
tzinfo (~> 2.0, >= 2.0.5)
101+
uri (>= 0.13.1)
108102
ast (2.4.2)
109103
base64 (0.2.0)
110104
benchmark (0.4.0)
@@ -168,7 +162,6 @@ GEM
168162
css_press
169163
multi_js (0.1.0)
170164
uglifier (~> 2)
171-
mutex_m (0.3.0)
172165
net-imap (0.5.1)
173166
date
174167
net-protocol
@@ -190,10 +183,9 @@ GEM
190183
ast (~> 2.4.1)
191184
racc
192185
phlex (1.11.0)
193-
phlex-rails (1.1.1)
194-
phlex (~> 1.9)
195-
railties (>= 6.1, < 8)
196-
zeitwerk (~> 2.6)
186+
phlex-rails (1.2.2)
187+
phlex (>= 1.10, < 2)
188+
railties (>= 6.1, < 9)
197189
polyglot (0.3.5)
198190
prettier_print (1.2.1)
199191
psych (5.2.1)
@@ -210,31 +202,31 @@ GEM
210202
rack (>= 1.3)
211203
rackup (2.2.1)
212204
rack (>= 3)
213-
rails (7.1.5.1)
214-
actioncable (= 7.1.5.1)
215-
actionmailbox (= 7.1.5.1)
216-
actionmailer (= 7.1.5.1)
217-
actionpack (= 7.1.5.1)
218-
actiontext (= 7.1.5.1)
219-
actionview (= 7.1.5.1)
220-
activejob (= 7.1.5.1)
221-
activemodel (= 7.1.5.1)
222-
activerecord (= 7.1.5.1)
223-
activestorage (= 7.1.5.1)
224-
activesupport (= 7.1.5.1)
205+
rails (8.0.1)
206+
actioncable (= 8.0.1)
207+
actionmailbox (= 8.0.1)
208+
actionmailer (= 8.0.1)
209+
actionpack (= 8.0.1)
210+
actiontext (= 8.0.1)
211+
actionview (= 8.0.1)
212+
activejob (= 8.0.1)
213+
activemodel (= 8.0.1)
214+
activerecord (= 8.0.1)
215+
activestorage (= 8.0.1)
216+
activesupport (= 8.0.1)
225217
bundler (>= 1.15.0)
226-
railties (= 7.1.5.1)
218+
railties (= 8.0.1)
227219
rails-dom-testing (2.2.0)
228220
activesupport (>= 5.0.0)
229221
minitest
230222
nokogiri (>= 1.6)
231223
rails-html-sanitizer (1.6.2)
232224
loofah (~> 2.21)
233225
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)
234-
railties (7.1.5.1)
235-
actionpack (= 7.1.5.1)
236-
activesupport (= 7.1.5.1)
237-
irb
226+
railties (8.0.1)
227+
actionpack (= 8.0.1)
228+
activesupport (= 8.0.1)
229+
irb (~> 1.13)
238230
rackup (>= 1.0.0)
239231
rake (>= 12.2)
240232
thor (~> 1.0, >= 1.2.2)
@@ -251,7 +243,7 @@ GEM
251243
rubocop-ast (1.31.3)
252244
parser (>= 3.3.1.0)
253245
ruby-progressbar (1.13.0)
254-
securerandom (0.4.0)
246+
securerandom (0.4.1)
255247
sprockets (4.2.1)
256248
concurrent-ruby (~> 1.0)
257249
rack (>= 2.2.4, < 4)
@@ -265,7 +257,7 @@ GEM
265257
syntax_tree (6.2.0)
266258
prettier_print (>= 1.2.0)
267259
thor (1.3.2)
268-
timeout (0.4.2)
260+
timeout (0.4.3)
269261
turbo-rails (2.0.11)
270262
actionpack (>= 6.0.0)
271263
railties (>= 6.0.0)
@@ -277,6 +269,8 @@ GEM
277269
execjs (>= 0.3.0)
278270
json (>= 1.8.0)
279271
unicode-display_width (2.5.0)
272+
uri (1.0.2)
273+
useragent (0.16.11)
280274
web-console (4.2.1)
281275
actionview (>= 6.0.0)
282276
activemodel (>= 6.0.0)
@@ -304,7 +298,7 @@ DEPENDENCIES
304298
phlexing!
305299
puma (~> 6.5)
306300
rack-rewrite (~> 1.5)
307-
rails (~> 7.1.5)
301+
rails (~> 8.0.1)
308302
rouge (~> 4.5)
309303
rubocop!
310304
sprockets-rails

0 commit comments

Comments
 (0)