Skip to content

Commit 6a8e6aa

Browse files
Bump rails from 8.0.4 to 8.1.1 (#612)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71e9d03 commit 6a8e6aa

File tree

2 files changed

+59
-57
lines changed

2 files changed

+59
-57
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", "~> 8.0.2"
4+
gem "rails", "~> 8.1.1"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use sqlite3 as the database for Active Record

Gemfile.lock

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -19,74 +19,77 @@ GIT
1919
GEM
2020
remote: https://rubygems.org/
2121
specs:
22-
actioncable (8.0.4)
23-
actionpack (= 8.0.4)
24-
activesupport (= 8.0.4)
22+
action_text-trix (2.1.15)
23+
railties
24+
actioncable (8.1.1)
25+
actionpack (= 8.1.1)
26+
activesupport (= 8.1.1)
2527
nio4r (~> 2.0)
2628
websocket-driver (>= 0.6.1)
2729
zeitwerk (~> 2.6)
28-
actionmailbox (8.0.4)
29-
actionpack (= 8.0.4)
30-
activejob (= 8.0.4)
31-
activerecord (= 8.0.4)
32-
activestorage (= 8.0.4)
33-
activesupport (= 8.0.4)
30+
actionmailbox (8.1.1)
31+
actionpack (= 8.1.1)
32+
activejob (= 8.1.1)
33+
activerecord (= 8.1.1)
34+
activestorage (= 8.1.1)
35+
activesupport (= 8.1.1)
3436
mail (>= 2.8.0)
35-
actionmailer (8.0.4)
36-
actionpack (= 8.0.4)
37-
actionview (= 8.0.4)
38-
activejob (= 8.0.4)
39-
activesupport (= 8.0.4)
37+
actionmailer (8.1.1)
38+
actionpack (= 8.1.1)
39+
actionview (= 8.1.1)
40+
activejob (= 8.1.1)
41+
activesupport (= 8.1.1)
4042
mail (>= 2.8.0)
4143
rails-dom-testing (~> 2.2)
42-
actionpack (8.0.4)
43-
actionview (= 8.0.4)
44-
activesupport (= 8.0.4)
44+
actionpack (8.1.1)
45+
actionview (= 8.1.1)
46+
activesupport (= 8.1.1)
4547
nokogiri (>= 1.8.5)
4648
rack (>= 2.2.4)
4749
rack-session (>= 1.0.1)
4850
rack-test (>= 0.6.3)
4951
rails-dom-testing (~> 2.2)
5052
rails-html-sanitizer (~> 1.6)
5153
useragent (~> 0.16)
52-
actiontext (8.0.4)
53-
actionpack (= 8.0.4)
54-
activerecord (= 8.0.4)
55-
activestorage (= 8.0.4)
56-
activesupport (= 8.0.4)
54+
actiontext (8.1.1)
55+
action_text-trix (~> 2.1.15)
56+
actionpack (= 8.1.1)
57+
activerecord (= 8.1.1)
58+
activestorage (= 8.1.1)
59+
activesupport (= 8.1.1)
5760
globalid (>= 0.6.0)
5861
nokogiri (>= 1.8.5)
59-
actionview (8.0.4)
60-
activesupport (= 8.0.4)
62+
actionview (8.1.1)
63+
activesupport (= 8.1.1)
6164
builder (~> 3.1)
6265
erubi (~> 1.11)
6366
rails-dom-testing (~> 2.2)
6467
rails-html-sanitizer (~> 1.6)
65-
activejob (8.0.4)
66-
activesupport (= 8.0.4)
68+
activejob (8.1.1)
69+
activesupport (= 8.1.1)
6770
globalid (>= 0.3.6)
68-
activemodel (8.0.4)
69-
activesupport (= 8.0.4)
70-
activerecord (8.0.4)
71-
activemodel (= 8.0.4)
72-
activesupport (= 8.0.4)
71+
activemodel (8.1.1)
72+
activesupport (= 8.1.1)
73+
activerecord (8.1.1)
74+
activemodel (= 8.1.1)
75+
activesupport (= 8.1.1)
7376
timeout (>= 0.4.0)
7477
activerecord-import (2.2.0)
7578
activerecord (>= 4.2)
76-
activestorage (8.0.4)
77-
actionpack (= 8.0.4)
78-
activejob (= 8.0.4)
79-
activerecord (= 8.0.4)
80-
activesupport (= 8.0.4)
79+
activestorage (8.1.1)
80+
actionpack (= 8.1.1)
81+
activejob (= 8.1.1)
82+
activerecord (= 8.1.1)
83+
activesupport (= 8.1.1)
8184
marcel (~> 1.0)
82-
activesupport (8.0.4)
85+
activesupport (8.1.1)
8386
base64
84-
benchmark (>= 0.3)
8587
bigdecimal
8688
concurrent-ruby (~> 1.0, >= 1.3.1)
8789
connection_pool (>= 2.2.5)
8890
drb
8991
i18n (>= 1.6, < 2)
92+
json
9093
logger (>= 1.4.2)
9194
minitest (>= 5.1)
9295
securerandom (>= 0.3)
@@ -102,7 +105,6 @@ GEM
102105
autotuner (1.1.0)
103106
base64 (0.3.0)
104107
bcrypt_pbkdf (1.1.1)
105-
benchmark (0.5.0)
106108
bigdecimal (3.3.1)
107109
bindex (0.8.1)
108110
bootsnap (1.18.6)
@@ -378,30 +380,30 @@ GEM
378380
rack (>= 1.3)
379381
rackup (2.2.1)
380382
rack (>= 3)
381-
rails (8.0.4)
382-
actioncable (= 8.0.4)
383-
actionmailbox (= 8.0.4)
384-
actionmailer (= 8.0.4)
385-
actionpack (= 8.0.4)
386-
actiontext (= 8.0.4)
387-
actionview (= 8.0.4)
388-
activejob (= 8.0.4)
389-
activemodel (= 8.0.4)
390-
activerecord (= 8.0.4)
391-
activestorage (= 8.0.4)
392-
activesupport (= 8.0.4)
383+
rails (8.1.1)
384+
actioncable (= 8.1.1)
385+
actionmailbox (= 8.1.1)
386+
actionmailer (= 8.1.1)
387+
actionpack (= 8.1.1)
388+
actiontext (= 8.1.1)
389+
actionview (= 8.1.1)
390+
activejob (= 8.1.1)
391+
activemodel (= 8.1.1)
392+
activerecord (= 8.1.1)
393+
activestorage (= 8.1.1)
394+
activesupport (= 8.1.1)
393395
bundler (>= 1.15.0)
394-
railties (= 8.0.4)
396+
railties (= 8.1.1)
395397
rails-dom-testing (2.3.0)
396398
activesupport (>= 5.0.0)
397399
minitest
398400
nokogiri (>= 1.6)
399401
rails-html-sanitizer (1.6.2)
400402
loofah (~> 2.21)
401403
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)
402-
railties (8.0.4)
403-
actionpack (= 8.0.4)
404-
activesupport (= 8.0.4)
404+
railties (8.1.1)
405+
actionpack (= 8.1.1)
406+
activesupport (= 8.1.1)
405407
irb (~> 1.13)
406408
rackup (>= 1.0.0)
407409
rake (>= 12.2)
@@ -606,7 +608,7 @@ DEPENDENCIES
606608
rack-attack
607609
rack-cors
608610
rack-mini-profiler
609-
rails (~> 8.0.2)
611+
rails (~> 8.1.1)
610612
redcarpet
611613
rubocop-rails-omakase
612614
ruby_identicon

0 commit comments

Comments
 (0)