Skip to content

Commit ba7bbd8

Browse files
Bump rails from 7.2.2.1 to 8.0.2
Bumps [rails](https://github.com/rails/rails) from 7.2.2.1 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.2.1...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 eca9e62 commit ba7bbd8

2 files changed

Lines changed: 67 additions & 67 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem "csv"
55
gem "ransack"
66
ruby "3.4.1"
77
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
8-
gem "rails", "~> 7.2.2", ">= 7.2.2.1"
8+
gem "rails", "~> 8.0.2"
99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"
1111
# Use sqlite3 as the database for Active Record

Gemfile.lock

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.1)
5-
actionpack (= 7.2.2.1)
6-
activesupport (= 7.2.2.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 (7.2.2.1)
11-
actionpack (= 7.2.2.1)
12-
activejob (= 7.2.2.1)
13-
activerecord (= 7.2.2.1)
14-
activestorage (= 7.2.2.1)
15-
activesupport (= 7.2.2.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 (7.2.2.1)
18-
actionpack (= 7.2.2.1)
19-
actionview (= 7.2.2.1)
20-
activejob (= 7.2.2.1)
21-
activesupport (= 7.2.2.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 (7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activesupport (= 7.2.2.1)
24+
actionpack (8.0.2)
25+
actionview (= 8.0.2)
26+
activesupport (= 8.0.2)
2727
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
28+
rack (>= 2.2.4)
3029
rack-session (>= 1.0.1)
3130
rack-test (>= 0.6.3)
3231
rails-dom-testing (~> 2.2)
3332
rails-html-sanitizer (~> 1.6)
3433
useragent (~> 0.16)
35-
actiontext (7.2.2.1)
36-
actionpack (= 7.2.2.1)
37-
activerecord (= 7.2.2.1)
38-
activestorage (= 7.2.2.1)
39-
activesupport (= 7.2.2.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)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.1)
43-
activesupport (= 7.2.2.1)
41+
actionview (8.0.2)
42+
activesupport (= 8.0.2)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
4746
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.1)
49-
activesupport (= 7.2.2.1)
47+
activejob (8.0.2)
48+
activesupport (= 8.0.2)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2.1)
52-
activesupport (= 7.2.2.1)
53-
activerecord (7.2.2.1)
54-
activemodel (= 7.2.2.1)
55-
activesupport (= 7.2.2.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)
5655
timeout (>= 0.4.0)
57-
activestorage (7.2.2.1)
58-
actionpack (= 7.2.2.1)
59-
activejob (= 7.2.2.1)
60-
activerecord (= 7.2.2.1)
61-
activesupport (= 7.2.2.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)
6261
marcel (~> 1.0)
63-
activesupport (7.2.2.1)
62+
activesupport (8.0.2)
6463
base64
6564
benchmark (>= 0.3)
6665
bigdecimal
@@ -72,6 +71,7 @@ GEM
7271
minitest (>= 5.1)
7372
securerandom (>= 0.3)
7473
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
7777
ast (2.4.2)
@@ -203,7 +203,7 @@ GEM
203203
kaminari-core (= 1.2.2)
204204
kaminari-core (1.2.2)
205205
language_server-protocol (3.17.0.4)
206-
logger (1.6.5)
206+
logger (1.7.0)
207207
loofah (2.24.0)
208208
crass (~> 1.0.2)
209209
nokogiri (>= 1.12.0)
@@ -215,15 +215,15 @@ GEM
215215
marcel (1.0.4)
216216
matrix (0.4.2)
217217
mini_mime (1.1.5)
218-
minitest (5.25.4)
218+
minitest (5.25.5)
219219
msgpack (1.7.5)
220220
multi_json (1.15.0)
221221
multi_test (1.1.0)
222222
multi_xml (0.7.1)
223223
bigdecimal (~> 3.1)
224224
net-http (0.6.0)
225225
uri
226-
net-imap (0.5.5)
226+
net-imap (0.5.6)
227227
date
228228
net-protocol
229229
net-pop (0.1.2)
@@ -233,11 +233,11 @@ GEM
233233
net-smtp (0.5.1)
234234
net-protocol
235235
nio4r (2.7.4)
236-
nokogiri (1.18.2-x64-mingw-ucrt)
236+
nokogiri (1.18.6-x64-mingw-ucrt)
237237
racc (~> 1.4)
238-
nokogiri (1.18.2-x86_64-darwin)
238+
nokogiri (1.18.6-x86_64-darwin)
239239
racc (~> 1.4)
240-
nokogiri (1.18.2-x86_64-linux-gnu)
240+
nokogiri (1.18.6-x86_64-linux-gnu)
241241
racc (~> 1.4)
242242
oauth2 (2.0.9)
243243
faraday (>= 0.17.3, < 3.0)
@@ -275,7 +275,7 @@ GEM
275275
puma (6.6.0)
276276
nio4r (~> 2.0)
277277
racc (1.8.1)
278-
rack (3.1.9)
278+
rack (3.1.12)
279279
rack-protection (4.1.1)
280280
base64 (>= 0.1.0)
281281
logger (>= 1.6.0)
@@ -290,30 +290,30 @@ GEM
290290
rack (>= 1.0.0)
291291
rackup (2.2.1)
292292
rack (>= 3)
293-
rails (7.2.2.1)
294-
actioncable (= 7.2.2.1)
295-
actionmailbox (= 7.2.2.1)
296-
actionmailer (= 7.2.2.1)
297-
actionpack (= 7.2.2.1)
298-
actiontext (= 7.2.2.1)
299-
actionview (= 7.2.2.1)
300-
activejob (= 7.2.2.1)
301-
activemodel (= 7.2.2.1)
302-
activerecord (= 7.2.2.1)
303-
activestorage (= 7.2.2.1)
304-
activesupport (= 7.2.2.1)
293+
rails (8.0.2)
294+
actioncable (= 8.0.2)
295+
actionmailbox (= 8.0.2)
296+
actionmailer (= 8.0.2)
297+
actionpack (= 8.0.2)
298+
actiontext (= 8.0.2)
299+
actionview (= 8.0.2)
300+
activejob (= 8.0.2)
301+
activemodel (= 8.0.2)
302+
activerecord (= 8.0.2)
303+
activestorage (= 8.0.2)
304+
activesupport (= 8.0.2)
305305
bundler (>= 1.15.0)
306-
railties (= 7.2.2.1)
306+
railties (= 8.0.2)
307307
rails-dom-testing (2.2.0)
308308
activesupport (>= 5.0.0)
309309
minitest
310310
nokogiri (>= 1.6)
311311
rails-html-sanitizer (1.6.2)
312312
loofah (~> 2.21)
313313
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)
314-
railties (7.2.2.1)
315-
actionpack (= 7.2.2.1)
316-
activesupport (= 7.2.2.1)
314+
railties (8.0.2)
315+
actionpack (= 8.0.2)
316+
activesupport (= 8.0.2)
317317
irb (~> 1.13)
318318
rackup (>= 1.0.0)
319319
rake (>= 12.2)
@@ -325,7 +325,7 @@ GEM
325325
activerecord (>= 6.1.5)
326326
activesupport (>= 6.1.5)
327327
i18n
328-
rdoc (6.11.0)
328+
rdoc (6.13.0)
329329
psych (>= 4.0.0)
330330
regexp_parser (2.10.0)
331331
reline (0.6.0)
@@ -414,7 +414,7 @@ GEM
414414
sqlite3 (2.5.0-x86_64-linux-gnu)
415415
stimulus-rails (1.3.4)
416416
railties (>= 6.0.0)
417-
stringio (3.1.2)
417+
stringio (3.1.6)
418418
sys-uname (1.3.1)
419419
ffi (~> 1.1)
420420
thor (1.3.2)
@@ -446,7 +446,7 @@ GEM
446446
websocket-extensions (0.1.5)
447447
xpath (3.2.0)
448448
nokogiri (~> 1.8)
449-
zeitwerk (2.6.18)
449+
zeitwerk (2.7.2)
450450

451451
PLATFORMS
452452
x64-mingw-ucrt
@@ -473,7 +473,7 @@ DEPENDENCIES
473473
pg
474474
puma (>= 5.0)
475475
rack_session_access
476-
rails (~> 7.2.2, >= 7.2.2.1)
476+
rails (~> 8.0.2)
477477
ransack
478478
rspec-rails (~> 7.1)
479479
rubocop-rails-omakase

0 commit comments

Comments
 (0)