Skip to content

Commit 1882fa4

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 7f43b5b commit 1882fa4

2 files changed

Lines changed: 69 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: 68 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)
@@ -250,8 +249,9 @@ GEM
250249
activesupport (>= 6.0.0)
251250
railties (>= 6.0.0)
252251
io-console (0.8.2)
253-
irb (1.16.0)
252+
irb (1.17.0)
254253
pp (>= 0.6.0)
254+
prism (>= 1.3.0)
255255
rdoc (>= 4.0.0)
256256
reline (>= 0.4.2)
257257
jbuilder (2.14.1)
@@ -289,12 +289,13 @@ GEM
289289
crass (~> 1.0.2)
290290
nokogiri (>= 1.12.0)
291291
lumberjack (1.2.10)
292-
mail (2.8.1)
292+
mail (2.9.0)
293+
logger
293294
mini_mime (>= 0.1.1)
294295
net-imap
295296
net-pop
296297
net-smtp
297-
marcel (1.0.4)
298+
marcel (1.1.0)
298299
matrix (0.4.3)
299300
memoist3 (1.0.0)
300301
method_source (1.1.0)
@@ -309,7 +310,7 @@ GEM
309310
nenv (0.3.0)
310311
net-http (0.8.0)
311312
uri (>= 0.11.1)
312-
net-imap (0.5.9)
313+
net-imap (0.6.2)
313314
date
314315
net-protocol
315316
net-pop (0.1.2)
@@ -394,20 +395,20 @@ GEM
394395
rack (>= 1.0.0)
395396
rackup (2.3.1)
396397
rack (>= 3)
397-
rails (7.2.3)
398-
actioncable (= 7.2.3)
399-
actionmailbox (= 7.2.3)
400-
actionmailer (= 7.2.3)
401-
actionpack (= 7.2.3)
402-
actiontext (= 7.2.3)
403-
actionview (= 7.2.3)
404-
activejob (= 7.2.3)
405-
activemodel (= 7.2.3)
406-
activerecord (= 7.2.3)
407-
activestorage (= 7.2.3)
408-
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)
409410
bundler (>= 1.15.0)
410-
railties (= 7.2.3)
411+
railties (= 8.1.2)
411412
rails-controller-testing (1.0.5)
412413
actionpack (>= 5.0.1.rc1)
413414
actionview (>= 5.0.1.rc1)
@@ -419,10 +420,9 @@ GEM
419420
rails-html-sanitizer (1.6.2)
420421
loofah (~> 2.21)
421422
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)
422-
railties (7.2.3)
423-
actionpack (= 7.2.3)
424-
activesupport (= 7.2.3)
425-
cgi
423+
railties (8.1.2)
424+
actionpack (= 8.1.2)
425+
activesupport (= 8.1.2)
426426
irb (~> 1.13)
427427
rackup (>= 1.0.0)
428428
rake (>= 12.2)
@@ -434,7 +434,7 @@ GEM
434434
rb-fsevent (0.11.2)
435435
rb-inotify (0.11.1)
436436
ffi (~> 1.0)
437-
rdoc (7.1.0)
437+
rdoc (7.2.0)
438438
erb
439439
psych (>= 4.0.0)
440440
tsort
@@ -634,7 +634,7 @@ DEPENDENCIES
634634
pg
635635
puma (>= 6.0)
636636
rack_session_access
637-
rails (~> 7.2.3)
637+
rails (~> 8.1.2)
638638
rails-controller-testing (~> 1.0)
639639
rspec-rails
640640
rspec-retry

0 commit comments

Comments
 (0)