Skip to content

Commit 9eaacfe

Browse files
Bump rails from 7.2.3 to 8.1.2
Bumps [rails](https://github.com/rails/rails) from 7.2.3 to 8.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.3...v8.1.2) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8375ebc commit 9eaacfe

2 files changed

Lines changed: 68 additions & 69 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
ruby '~> 3.3.7'
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem 'rails', '~> 7.2.3'
6+
gem 'rails', '~> 8.1.2'
77

88
# Use postgres for all env dbs
99
gem 'pg'

Gemfile.lock

Lines changed: 67 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,80 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.3)
5-
actionpack (= 7.2.3)
6-
activesupport (= 7.2.3)
4+
action_text-trix (2.1.16)
5+
railties
6+
actioncable (8.1.2)
7+
actionpack (= 8.1.2)
8+
activesupport (= 8.1.2)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.3)
11-
actionpack (= 7.2.3)
12-
activejob (= 7.2.3)
13-
activerecord (= 7.2.3)
14-
activestorage (= 7.2.3)
15-
activesupport (= 7.2.3)
12+
actionmailbox (8.1.2)
13+
actionpack (= 8.1.2)
14+
activejob (= 8.1.2)
15+
activerecord (= 8.1.2)
16+
activestorage (= 8.1.2)
17+
activesupport (= 8.1.2)
1618
mail (>= 2.8.0)
17-
actionmailer (7.2.3)
18-
actionpack (= 7.2.3)
19-
actionview (= 7.2.3)
20-
activejob (= 7.2.3)
21-
activesupport (= 7.2.3)
19+
actionmailer (8.1.2)
20+
actionpack (= 8.1.2)
21+
actionview (= 8.1.2)
22+
activejob (= 8.1.2)
23+
activesupport (= 8.1.2)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.3)
25-
actionview (= 7.2.3)
26-
activesupport (= 7.2.3)
27-
cgi
26+
actionpack (8.1.2)
27+
actionview (= 8.1.2)
28+
activesupport (= 8.1.2)
2829
nokogiri (>= 1.8.5)
29-
racc
30-
rack (>= 2.2.4, < 3.3)
30+
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (7.2.3)
37-
actionpack (= 7.2.3)
38-
activerecord (= 7.2.3)
39-
activestorage (= 7.2.3)
40-
activesupport (= 7.2.3)
36+
actiontext (8.1.2)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.2)
39+
activerecord (= 8.1.2)
40+
activestorage (= 8.1.2)
41+
activesupport (= 8.1.2)
4142
globalid (>= 0.6.0)
4243
nokogiri (>= 1.8.5)
43-
actionview (7.2.3)
44-
activesupport (= 7.2.3)
44+
actionview (8.1.2)
45+
activesupport (= 8.1.2)
4546
builder (~> 3.1)
46-
cgi
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (7.2.3)
51-
activesupport (= 7.2.3)
50+
activejob (8.1.2)
51+
activesupport (= 8.1.2)
5252
globalid (>= 0.3.6)
53-
activemodel (7.2.3)
54-
activesupport (= 7.2.3)
55-
activerecord (7.2.3)
56-
activemodel (= 7.2.3)
57-
activesupport (= 7.2.3)
53+
activemodel (8.1.2)
54+
activesupport (= 8.1.2)
55+
activerecord (8.1.2)
56+
activemodel (= 8.1.2)
57+
activesupport (= 8.1.2)
5858
timeout (>= 0.4.0)
59-
activestorage (7.2.3)
60-
actionpack (= 7.2.3)
61-
activejob (= 7.2.3)
62-
activerecord (= 7.2.3)
63-
activesupport (= 7.2.3)
59+
activestorage (8.1.2)
60+
actionpack (= 8.1.2)
61+
activejob (= 8.1.2)
62+
activerecord (= 8.1.2)
63+
activesupport (= 8.1.2)
6464
marcel (~> 1.0)
65-
activesupport (7.2.3)
65+
activesupport (8.1.2)
6666
base64
67-
benchmark (>= 0.3)
6867
bigdecimal
6968
concurrent-ruby (~> 1.0, >= 1.3.1)
7069
connection_pool (>= 2.2.5)
7170
drb
7271
i18n (>= 1.6, < 2)
72+
json
7373
logger (>= 1.4.2)
7474
minitest (>= 5.1)
7575
securerandom (>= 0.3)
7676
tzinfo (~> 2.0, >= 2.0.5)
77+
uri (>= 0.13.1)
7778
addressable (2.8.7)
7879
public_suffix (>= 2.0.2, < 7.0)
7980
annotaterb (4.20.0)
@@ -99,7 +100,6 @@ GEM
99100
ice_nine (~> 0.11.0)
100101
thread_safe (~> 0.3, >= 0.3.1)
101102
base64 (0.3.0)
102-
benchmark (0.5.0)
103103
bigdecimal (4.0.1)
104104
bindex (0.8.1)
105105
blazer (3.3.0)
@@ -127,7 +127,6 @@ GEM
127127
capybara-screenshot (1.0.26)
128128
capybara (>= 1.0, < 4)
129129
launchy
130-
cgi (0.5.1)
131130
chartkick (5.2.0)
132131
childprocess (5.1.0)
133132
logger (~> 1.5)
@@ -214,7 +213,7 @@ GEM
214213
font-awesome-sass (6.7.2)
215214
sassc (~> 2.0)
216215
formatador (1.1.0)
217-
globalid (1.2.1)
216+
globalid (1.3.0)
218217
activesupport (>= 6.1)
219218
guard (2.19.1)
220219
formatador (>= 0.2.4)
@@ -289,12 +288,13 @@ GEM
289288
crass (~> 1.0.2)
290289
nokogiri (>= 1.12.0)
291290
lumberjack (1.2.10)
292-
mail (2.8.1)
291+
mail (2.9.0)
292+
logger
293293
mini_mime (>= 0.1.1)
294294
net-imap
295295
net-pop
296296
net-smtp
297-
marcel (1.0.4)
297+
marcel (1.1.0)
298298
matrix (0.4.3)
299299
memoist3 (1.0.0)
300300
method_source (1.1.0)
@@ -309,7 +309,7 @@ GEM
309309
nenv (0.3.0)
310310
net-http (0.8.0)
311311
uri (>= 0.11.1)
312-
net-imap (0.5.9)
312+
net-imap (0.6.2)
313313
date
314314
net-protocol
315315
net-pop (0.1.2)
@@ -318,7 +318,7 @@ GEM
318318
timeout
319319
net-smtp (0.5.1)
320320
net-protocol
321-
nio4r (2.7.4)
321+
nio4r (2.7.5)
322322
nokogiri (1.19.0)
323323
mini_portile2 (~> 2.8.2)
324324
racc (~> 1.4)
@@ -369,7 +369,7 @@ GEM
369369
pp (0.6.3)
370370
prettyprint
371371
prettyprint (0.2.0)
372-
prism (1.8.0)
372+
prism (1.9.0)
373373
pry (0.15.2)
374374
coderay (~> 1.1)
375375
method_source (~> 1.0)
@@ -395,20 +395,20 @@ GEM
395395
rack (>= 1.0.0)
396396
rackup (2.3.1)
397397
rack (>= 3)
398-
rails (7.2.3)
399-
actioncable (= 7.2.3)
400-
actionmailbox (= 7.2.3)
401-
actionmailer (= 7.2.3)
402-
actionpack (= 7.2.3)
403-
actiontext (= 7.2.3)
404-
actionview (= 7.2.3)
405-
activejob (= 7.2.3)
406-
activemodel (= 7.2.3)
407-
activerecord (= 7.2.3)
408-
activestorage (= 7.2.3)
409-
activesupport (= 7.2.3)
398+
rails (8.1.2)
399+
actioncable (= 8.1.2)
400+
actionmailbox (= 8.1.2)
401+
actionmailer (= 8.1.2)
402+
actionpack (= 8.1.2)
403+
actiontext (= 8.1.2)
404+
actionview (= 8.1.2)
405+
activejob (= 8.1.2)
406+
activemodel (= 8.1.2)
407+
activerecord (= 8.1.2)
408+
activestorage (= 8.1.2)
409+
activesupport (= 8.1.2)
410410
bundler (>= 1.15.0)
411-
railties (= 7.2.3)
411+
railties (= 8.1.2)
412412
rails-controller-testing (1.0.5)
413413
actionpack (>= 5.0.1.rc1)
414414
actionview (>= 5.0.1.rc1)
@@ -420,10 +420,9 @@ GEM
420420
rails-html-sanitizer (1.6.2)
421421
loofah (~> 2.21)
422422
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)
423-
railties (7.2.3)
424-
actionpack (= 7.2.3)
425-
activesupport (= 7.2.3)
426-
cgi
423+
railties (8.1.2)
424+
actionpack (= 8.1.2)
425+
activesupport (= 8.1.2)
427426
irb (~> 1.13)
428427
rackup (>= 1.0.0)
429428
rake (>= 12.2)
@@ -635,7 +634,7 @@ DEPENDENCIES
635634
pg
636635
puma (>= 6.0)
637636
rack_session_access
638-
rails (~> 7.2.3)
637+
rails (~> 8.1.2)
639638
rails-controller-testing (~> 1.0)
640639
rspec-rails
641640
rspec-retry

0 commit comments

Comments
 (0)