Skip to content

Commit d45b7bb

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

File tree

2 files changed

+111
-97
lines changed

2 files changed

+111
-97
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 7.2.2"
4+
gem "rails", "~> 8.0.3"
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem "sprockets-rails"
77
# Use postgresql as the database for Active Record

Gemfile.lock

Lines changed: 110 additions & 96 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)
5-
actionpack (= 7.2.2)
6-
activesupport (= 7.2.2)
4+
actioncable (8.0.3)
5+
actionpack (= 8.0.3)
6+
activesupport (= 8.0.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2)
11-
actionpack (= 7.2.2)
12-
activejob (= 7.2.2)
13-
activerecord (= 7.2.2)
14-
activestorage (= 7.2.2)
15-
activesupport (= 7.2.2)
10+
actionmailbox (8.0.3)
11+
actionpack (= 8.0.3)
12+
activejob (= 8.0.3)
13+
activerecord (= 8.0.3)
14+
activestorage (= 8.0.3)
15+
activesupport (= 8.0.3)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2)
18-
actionpack (= 7.2.2)
19-
actionview (= 7.2.2)
20-
activejob (= 7.2.2)
21-
activesupport (= 7.2.2)
17+
actionmailer (8.0.3)
18+
actionpack (= 8.0.3)
19+
actionview (= 8.0.3)
20+
activejob (= 8.0.3)
21+
activesupport (= 8.0.3)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2)
25-
actionview (= 7.2.2)
26-
activesupport (= 7.2.2)
24+
actionpack (8.0.3)
25+
actionview (= 8.0.3)
26+
activesupport (= 8.0.3)
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)
36-
actionpack (= 7.2.2)
37-
activerecord (= 7.2.2)
38-
activestorage (= 7.2.2)
39-
activesupport (= 7.2.2)
34+
actiontext (8.0.3)
35+
actionpack (= 8.0.3)
36+
activerecord (= 8.0.3)
37+
activestorage (= 8.0.3)
38+
activesupport (= 8.0.3)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2)
43-
activesupport (= 7.2.2)
41+
actionview (8.0.3)
42+
activesupport (= 8.0.3)
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)
49-
activesupport (= 7.2.2)
47+
activejob (8.0.3)
48+
activesupport (= 8.0.3)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2)
52-
activesupport (= 7.2.2)
53-
activerecord (7.2.2)
54-
activemodel (= 7.2.2)
55-
activesupport (= 7.2.2)
50+
activemodel (8.0.3)
51+
activesupport (= 8.0.3)
52+
activerecord (8.0.3)
53+
activemodel (= 8.0.3)
54+
activesupport (= 8.0.3)
5655
timeout (>= 0.4.0)
57-
activestorage (7.2.2)
58-
actionpack (= 7.2.2)
59-
activejob (= 7.2.2)
60-
activerecord (= 7.2.2)
61-
activesupport (= 7.2.2)
56+
activestorage (8.0.3)
57+
actionpack (= 8.0.3)
58+
activejob (= 8.0.3)
59+
activerecord (= 8.0.3)
60+
activesupport (= 8.0.3)
6261
marcel (~> 1.0)
63-
activesupport (7.2.2)
62+
activesupport (8.0.3)
6463
base64
6564
benchmark (>= 0.3)
6665
bigdecimal
@@ -72,15 +71,16 @@ 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)
7878
autoprefixer-rails (10.4.19.0)
7979
execjs (~> 2)
80-
base64 (0.2.0)
80+
base64 (0.3.0)
8181
bcrypt (3.1.20)
82-
benchmark (0.4.0)
83-
bigdecimal (3.1.8)
82+
benchmark (0.4.1)
83+
bigdecimal (3.2.3)
8484
bindex (0.8.1)
8585
bootsnap (1.18.4)
8686
msgpack (~> 1.2)
@@ -101,16 +101,16 @@ GEM
101101
xpath (~> 3.2)
102102
cocoon (1.2.15)
103103
coderay (1.1.3)
104-
concurrent-ruby (1.3.4)
105-
connection_pool (2.4.1)
104+
concurrent-ruby (1.3.5)
105+
connection_pool (2.5.4)
106106
crass (1.0.6)
107107
dartsass-sprockets (3.1.0)
108108
railties (>= 4.0.0)
109109
sassc-embedded (~> 1.69)
110110
sprockets (> 3.0)
111111
sprockets-rails
112112
tilt
113-
date (3.4.0)
113+
date (3.4.1)
114114
debug (1.9.2)
115115
irb (~> 1.10)
116116
reline (>= 0.3.8)
@@ -126,8 +126,9 @@ GEM
126126
dotenv-rails (3.1.8)
127127
dotenv (= 3.1.8)
128128
railties (>= 6.1)
129-
drb (2.2.1)
130-
erubi (1.13.0)
129+
drb (2.2.3)
130+
erb (5.0.2)
131+
erubi (1.13.1)
131132
erubis (2.7.0)
132133
execjs (2.10.0)
133134
faker (3.5.1)
@@ -172,7 +173,7 @@ GEM
172173
haml (>= 4.0)
173174
nokogiri (>= 1.6.0)
174175
ruby_parser (~> 3.5)
175-
i18n (1.14.6)
176+
i18n (1.14.7)
176177
concurrent-ruby (~> 1.0)
177178
image_processing (1.13.0)
178179
mini_magick (>= 4.9.5, < 5)
@@ -181,8 +182,9 @@ GEM
181182
actionpack (>= 6.0.0)
182183
activesupport (>= 6.0.0)
183184
railties (>= 6.0.0)
184-
io-console (0.7.2)
185-
irb (1.14.1)
185+
io-console (0.8.1)
186+
irb (1.15.2)
187+
pp (>= 0.6.0)
186188
rdoc (>= 4.0.0)
187189
reline (>= 0.4.2)
188190
jbuilder (2.13.0)
@@ -194,43 +196,45 @@ GEM
194196
thor (>= 0.14, < 2.0)
195197
json (2.8.2)
196198
language_server-protocol (3.17.0.3)
197-
logger (1.6.1)
198-
loofah (2.23.1)
199+
logger (1.7.0)
200+
loofah (2.24.1)
199201
crass (~> 1.0.2)
200202
nokogiri (>= 1.12.0)
201203
mail (2.8.1)
202204
mini_mime (>= 0.1.1)
203205
net-imap
204206
net-pop
205207
net-smtp
206-
marcel (1.0.4)
208+
marcel (1.1.0)
207209
matrix (0.4.2)
208210
method_source (1.1.0)
209211
mini_magick (4.13.2)
210212
mini_mime (1.1.5)
211-
minitest (5.25.1)
213+
mini_portile2 (2.8.9)
214+
minitest (5.25.5)
212215
msgpack (1.7.5)
213-
net-imap (0.5.1)
216+
net-imap (0.5.10)
214217
date
215218
net-protocol
216219
net-pop (0.1.2)
217220
net-protocol
218221
net-protocol (0.2.2)
219222
timeout
220-
net-smtp (0.5.0)
223+
net-smtp (0.5.1)
221224
net-protocol
222225
nio4r (2.7.4)
223-
nokogiri (1.16.7-aarch64-linux)
226+
nokogiri (1.18.10)
227+
mini_portile2 (~> 2.8.2)
224228
racc (~> 1.4)
225-
nokogiri (1.16.7-arm-linux)
229+
nokogiri (1.18.10-aarch64-linux-gnu)
226230
racc (~> 1.4)
227-
nokogiri (1.16.7-arm64-darwin)
231+
nokogiri (1.18.10-arm-linux-gnu)
228232
racc (~> 1.4)
229-
nokogiri (1.16.7-x86-linux)
233+
nokogiri (1.18.10-arm64-darwin)
230234
racc (~> 1.4)
231-
nokogiri (1.16.7-x86_64-darwin)
235+
nokogiri (1.18.10-x86_64-darwin)
232236
racc (~> 1.4)
233-
nokogiri (1.16.7-x86_64-linux)
237+
nokogiri (1.18.10-x86_64-linux-gnu)
234238
racc (~> 1.4)
235239
orm_adapter (0.5.0)
236240
parallel (1.26.3)
@@ -241,57 +245,64 @@ GEM
241245
tty-color (~> 0.5)
242246
pg (1.5.9)
243247
popper_js (2.11.8)
248+
pp (0.6.2)
249+
prettyprint
250+
prettyprint (0.2.0)
244251
pry (0.15.0)
245252
coderay (~> 1.1)
246253
method_source (~> 1.0)
247-
psych (5.2.0)
254+
psych (5.2.6)
255+
date
248256
stringio
249257
public_suffix (6.0.1)
250258
puma (6.4.3)
251259
nio4r (~> 2.0)
252260
racc (1.8.1)
253-
rack (3.1.8)
254-
rack-session (2.0.0)
261+
rack (3.2.1)
262+
rack-session (2.1.1)
263+
base64 (>= 0.1.0)
255264
rack (>= 3.0.0)
256-
rack-test (2.1.0)
265+
rack-test (2.2.0)
257266
rack (>= 1.3)
258267
rackup (2.2.1)
259268
rack (>= 3)
260-
rails (7.2.2)
261-
actioncable (= 7.2.2)
262-
actionmailbox (= 7.2.2)
263-
actionmailer (= 7.2.2)
264-
actionpack (= 7.2.2)
265-
actiontext (= 7.2.2)
266-
actionview (= 7.2.2)
267-
activejob (= 7.2.2)
268-
activemodel (= 7.2.2)
269-
activerecord (= 7.2.2)
270-
activestorage (= 7.2.2)
271-
activesupport (= 7.2.2)
269+
rails (8.0.3)
270+
actioncable (= 8.0.3)
271+
actionmailbox (= 8.0.3)
272+
actionmailer (= 8.0.3)
273+
actionpack (= 8.0.3)
274+
actiontext (= 8.0.3)
275+
actionview (= 8.0.3)
276+
activejob (= 8.0.3)
277+
activemodel (= 8.0.3)
278+
activerecord (= 8.0.3)
279+
activestorage (= 8.0.3)
280+
activesupport (= 8.0.3)
272281
bundler (>= 1.15.0)
273-
railties (= 7.2.2)
274-
rails-dom-testing (2.2.0)
282+
railties (= 8.0.3)
283+
rails-dom-testing (2.3.0)
275284
activesupport (>= 5.0.0)
276285
minitest
277286
nokogiri (>= 1.6)
278-
rails-html-sanitizer (1.6.0)
287+
rails-html-sanitizer (1.6.2)
279288
loofah (~> 2.21)
280-
nokogiri (~> 1.14)
281-
railties (7.2.2)
282-
actionpack (= 7.2.2)
283-
activesupport (= 7.2.2)
289+
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)
290+
railties (8.0.3)
291+
actionpack (= 8.0.3)
292+
activesupport (= 8.0.3)
284293
irb (~> 1.13)
285294
rackup (>= 1.0.0)
286295
rake (>= 12.2)
287296
thor (~> 1.0, >= 1.2.2)
297+
tsort (>= 0.2)
288298
zeitwerk (~> 2.6)
289299
rainbow (3.1.1)
290-
rake (13.2.1)
291-
rdoc (6.8.1)
300+
rake (13.3.0)
301+
rdoc (6.14.2)
302+
erb
292303
psych (>= 4.0.0)
293304
regexp_parser (2.9.2)
294-
reline (0.5.11)
305+
reline (0.6.2)
295306
io-console (~> 0.5)
296307
responders (3.1.1)
297308
actionpack (>= 5.2)
@@ -350,7 +361,7 @@ GEM
350361
scenic (1.9.0)
351362
activerecord (>= 4.0.0)
352363
railties (>= 4.0.0)
353-
securerandom (0.3.2)
364+
securerandom (0.4.1)
354365
selenium-webdriver (4.26.0)
355366
base64 (~> 0.2)
356367
logger (~> 1.4)
@@ -370,11 +381,12 @@ GEM
370381
sprockets (>= 3.0.0)
371382
stimulus-rails (1.3.4)
372383
railties (>= 6.0.0)
373-
stringio (3.1.2)
384+
stringio (3.1.7)
374385
temple (0.10.3)
375-
thor (1.3.2)
386+
thor (1.4.0)
376387
tilt (2.4.0)
377-
timeout (0.4.2)
388+
timeout (0.4.3)
389+
tsort (0.2.0)
378390
tty-color (0.6.0)
379391
tty-command (0.10.1)
380392
pastel (~> 0.8)
@@ -395,7 +407,8 @@ GEM
395407
unicode-display_width (2.6.0)
396408
unsplash_image (0.1.1)
397409
thor (>= 0.20)
398-
useragent (0.16.10)
410+
uri (1.0.3)
411+
useragent (0.16.11)
399412
warden (1.2.9)
400413
rack (>= 2.0.9)
401414
web-console (4.2.1)
@@ -404,13 +417,14 @@ GEM
404417
bindex (>= 0.4.0)
405418
railties (>= 6.0.0)
406419
websocket (1.2.11)
407-
websocket-driver (0.7.6)
420+
websocket-driver (0.8.0)
421+
base64
408422
websocket-extensions (>= 0.1.0)
409423
websocket-extensions (0.1.5)
410424
wisper (2.0.1)
411425
xpath (3.2.0)
412426
nokogiri (~> 1.8)
413-
zeitwerk (2.7.1)
427+
zeitwerk (2.7.3)
414428

415429
PLATFORMS
416430
aarch64-linux
@@ -442,7 +456,7 @@ DEPENDENCIES
442456
pg (~> 1.1)
443457
pry
444458
puma (>= 5.0)
445-
rails (~> 7.2.2)
459+
rails (~> 8.0.3)
446460
rubocop-rails-omakase
447461
scenic
448462
selenium-webdriver

0 commit comments

Comments
 (0)