Skip to content

Commit d7a5e2d

Browse files
Bump rails from 7.2.2.2 to 8.0.3
Bumps [rails](https://github.com/rails/rails) from 7.2.2.2 to 8.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.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 bf549f7 commit d7a5e2d

File tree

2 files changed

+67
-64
lines changed

2 files changed

+67
-64
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ruby "3.3.5"
1010
gem "rake"
1111

1212
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
13-
gem 'rails', '7.2.2.2'
13+
gem 'rails', '8.0.3'
1414
# Use postgresql as the database for Active Record
1515
gem 'pg', '~> 1.6'
1616
# Use Puma as the app server

Gemfile.lock

Lines changed: 66 additions & 63 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.2)
5-
actionpack (= 7.2.2.2)
6-
activesupport (= 7.2.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.2)
11-
actionpack (= 7.2.2.2)
12-
activejob (= 7.2.2.2)
13-
activerecord (= 7.2.2.2)
14-
activestorage (= 7.2.2.2)
15-
activesupport (= 7.2.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.2)
18-
actionpack (= 7.2.2.2)
19-
actionview (= 7.2.2.2)
20-
activejob (= 7.2.2.2)
21-
activesupport (= 7.2.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.2)
25-
actionview (= 7.2.2.2)
26-
activesupport (= 7.2.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.2)
36-
actionpack (= 7.2.2.2)
37-
activerecord (= 7.2.2.2)
38-
activestorage (= 7.2.2.2)
39-
activesupport (= 7.2.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.2)
43-
activesupport (= 7.2.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.2)
49-
activesupport (= 7.2.2.2)
47+
activejob (8.0.3)
48+
activesupport (= 8.0.3)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2.2)
52-
activesupport (= 7.2.2.2)
53-
activerecord (7.2.2.2)
54-
activemodel (= 7.2.2.2)
55-
activesupport (= 7.2.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.2)
58-
actionpack (= 7.2.2.2)
59-
activejob (= 7.2.2.2)
60-
activerecord (= 7.2.2.2)
61-
activesupport (= 7.2.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.2)
62+
activesupport (8.0.3)
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.3)
@@ -99,7 +99,7 @@ GEM
9999
erubi (>= 1.0.0)
100100
rack (>= 0.9.0)
101101
rouge (>= 1.0.0)
102-
bigdecimal (3.2.2)
102+
bigdecimal (3.2.3)
103103
bindex (0.8.1)
104104
binding_of_caller (1.0.1)
105105
debug_inspector (>= 1.2.0)
@@ -130,7 +130,7 @@ GEM
130130
marcel (~> 1.0.0)
131131
ssrf_filter (~> 1.0)
132132
concurrent-ruby (1.3.5)
133-
connection_pool (2.5.3)
133+
connection_pool (2.5.4)
134134
crass (1.0.6)
135135
dartsass-rails (0.5.1)
136136
railties (>= 6.0.0)
@@ -166,7 +166,7 @@ GEM
166166
fog-core
167167
nokogiri (>= 1.5.11, < 2.0.0)
168168
formatador (1.1.0)
169-
globalid (1.2.1)
169+
globalid (1.3.0)
170170
activesupport (>= 6.1)
171171
google-protobuf (4.31.1-arm64-darwin)
172172
bigdecimal
@@ -223,7 +223,7 @@ GEM
223223
mini_mime (1.1.5)
224224
minitest (5.25.5)
225225
multi_json (1.15.0)
226-
net-imap (0.5.9)
226+
net-imap (0.5.10)
227227
date
228228
net-protocol
229229
net-pop (0.1.2)
@@ -236,9 +236,9 @@ GEM
236236
net-protocol
237237
net-ssh (7.3.0)
238238
nio4r (2.7.4)
239-
nokogiri (1.18.9-arm64-darwin)
239+
nokogiri (1.18.10-arm64-darwin)
240240
racc (~> 1.4)
241-
nokogiri (1.18.9-x86_64-linux-gnu)
241+
nokogiri (1.18.10-x86_64-linux-gnu)
242242
racc (~> 1.4)
243243
parallel (1.27.0)
244244
parser (3.3.9.0)
@@ -258,7 +258,7 @@ GEM
258258
puma (6.6.0)
259259
nio4r (~> 2.0)
260260
racc (1.8.1)
261-
rack (3.1.16)
261+
rack (3.2.1)
262262
rack-cas (0.16.1)
263263
addressable (~> 2.3)
264264
nokogiri (~> 1.5)
@@ -272,34 +272,35 @@ GEM
272272
rack (>= 1.3)
273273
rackup (2.2.1)
274274
rack (>= 3)
275-
rails (7.2.2.2)
276-
actioncable (= 7.2.2.2)
277-
actionmailbox (= 7.2.2.2)
278-
actionmailer (= 7.2.2.2)
279-
actionpack (= 7.2.2.2)
280-
actiontext (= 7.2.2.2)
281-
actionview (= 7.2.2.2)
282-
activejob (= 7.2.2.2)
283-
activemodel (= 7.2.2.2)
284-
activerecord (= 7.2.2.2)
285-
activestorage (= 7.2.2.2)
286-
activesupport (= 7.2.2.2)
275+
rails (8.0.3)
276+
actioncable (= 8.0.3)
277+
actionmailbox (= 8.0.3)
278+
actionmailer (= 8.0.3)
279+
actionpack (= 8.0.3)
280+
actiontext (= 8.0.3)
281+
actionview (= 8.0.3)
282+
activejob (= 8.0.3)
283+
activemodel (= 8.0.3)
284+
activerecord (= 8.0.3)
285+
activestorage (= 8.0.3)
286+
activesupport (= 8.0.3)
287287
bundler (>= 1.15.0)
288-
railties (= 7.2.2.2)
288+
railties (= 8.0.3)
289289
rails-dom-testing (2.3.0)
290290
activesupport (>= 5.0.0)
291291
minitest
292292
nokogiri (>= 1.6)
293293
rails-html-sanitizer (1.6.2)
294294
loofah (~> 2.21)
295295
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)
296-
railties (7.2.2.2)
297-
actionpack (= 7.2.2.2)
298-
activesupport (= 7.2.2.2)
296+
railties (8.0.3)
297+
actionpack (= 8.0.3)
298+
activesupport (= 8.0.3)
299299
irb (~> 1.13)
300300
rackup (>= 1.0.0)
301301
rake (>= 12.2)
302302
thor (~> 1.0, >= 1.2.2)
303+
tsort (>= 0.2)
303304
zeitwerk (~> 2.6)
304305
rainbow (3.1.1)
305306
rake (13.3.0)
@@ -389,6 +390,7 @@ GEM
389390
execjs (>= 0.3.0, < 3)
390391
thor (1.4.0)
391392
timeout (0.4.3)
393+
tsort (0.2.0)
392394
turbo-rails (1.5.0)
393395
actionpack (>= 6.0.0)
394396
activejob (>= 6.0.0)
@@ -399,6 +401,7 @@ GEM
399401
unicode-emoji (~> 4.0, >= 4.0.4)
400402
unicode-emoji (4.0.4)
401403
uniform_notifier (1.17.0)
404+
uri (1.0.3)
402405
useragent (0.16.11)
403406
web-console (4.2.1)
404407
actionview (>= 6.0.0)
@@ -441,7 +444,7 @@ DEPENDENCIES
441444
puma (~> 6.6)
442445
rack-cas (~> 0.16.1)
443446
rack-mini-profiler (~> 3.3)
444-
rails (= 7.2.2.2)
447+
rails (= 8.0.3)
445448
rake
446449
redis (~> 5.4)
447450
report_action (~> 1.1.0)

0 commit comments

Comments
 (0)