Skip to content

Commit ef9a95c

Browse files
build(deps): bump rails from 8.0.3 to 8.1.1
Bumps [rails](https://github.com/rails/rails) from 8.0.3 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.3...v8.1.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 889ebb9 commit ef9a95c

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
ruby "~> 3.4.5"
33

4-
gem "rails", "8.0.3"
4+
gem "rails", "8.1.1"
55

66
gem "addressable"
77
gem "bootsnap", require: false

Gemfile.lock

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
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)
12+
actionmailbox (8.1.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
1618
mail (>= 2.8.0)
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)
19+
actionmailer (8.1.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.3)
25-
actionview (= 8.0.3)
26-
activesupport (= 8.0.3)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2729
nokogiri (>= 1.8.5)
2830
rack (>= 2.2.4)
2931
rack-session (>= 1.0.1)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.2)
3234
rails-html-sanitizer (~> 1.6)
3335
useragent (~> 0.16)
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)
36+
actiontext (8.1.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.3)
48-
activesupport (= 8.0.3)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
4952
globalid (>= 0.3.6)
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)
53+
activemodel (8.1.1)
54+
activesupport (= 8.1.1)
55+
activerecord (8.1.1)
56+
activemodel (= 8.1.1)
57+
activesupport (= 8.1.1)
5558
timeout (>= 0.4.0)
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)
59+
activestorage (8.1.1)
60+
actionpack (= 8.1.1)
61+
activejob (= 8.1.1)
62+
activerecord (= 8.1.1)
63+
activesupport (= 8.1.1)
6164
marcel (~> 1.0)
62-
activesupport (8.0.3)
65+
activesupport (8.1.1)
6366
base64
64-
benchmark (>= 0.3)
6567
bigdecimal
6668
concurrent-ruby (~> 1.0, >= 1.3.1)
6769
connection_pool (>= 2.2.5)
6870
drb
6971
i18n (>= 1.6, < 2)
72+
json
7073
logger (>= 1.4.2)
7174
minitest (>= 5.1)
7275
securerandom (>= 0.3)
@@ -77,7 +80,6 @@ GEM
7780
ast (2.4.3)
7881
awesome_print (1.9.2)
7982
base64 (0.3.0)
80-
benchmark (0.5.0)
8183
better_errors (2.10.1)
8284
erubi (>= 1.0.0)
8385
rack (>= 0.9.0)
@@ -535,20 +537,20 @@ GEM
535537
rack (>= 1.0, < 4.0)
536538
rackup (2.2.1)
537539
rack (>= 3)
538-
rails (8.0.3)
539-
actioncable (= 8.0.3)
540-
actionmailbox (= 8.0.3)
541-
actionmailer (= 8.0.3)
542-
actionpack (= 8.0.3)
543-
actiontext (= 8.0.3)
544-
actionview (= 8.0.3)
545-
activejob (= 8.0.3)
546-
activemodel (= 8.0.3)
547-
activerecord (= 8.0.3)
548-
activestorage (= 8.0.3)
549-
activesupport (= 8.0.3)
540+
rails (8.1.1)
541+
actioncable (= 8.1.1)
542+
actionmailbox (= 8.1.1)
543+
actionmailer (= 8.1.1)
544+
actionpack (= 8.1.1)
545+
actiontext (= 8.1.1)
546+
actionview (= 8.1.1)
547+
activejob (= 8.1.1)
548+
activemodel (= 8.1.1)
549+
activerecord (= 8.1.1)
550+
activestorage (= 8.1.1)
551+
activesupport (= 8.1.1)
550552
bundler (>= 1.15.0)
551-
railties (= 8.0.3)
553+
railties (= 8.1.1)
552554
rails-controller-testing (1.0.5)
553555
actionpack (>= 5.0.1.rc1)
554556
actionview (>= 5.0.1.rc1)
@@ -568,9 +570,9 @@ GEM
568570
csv (~> 3.2)
569571
i18n-tasks
570572
rails-i18n
571-
railties (8.0.3)
572-
actionpack (= 8.0.3)
573-
activesupport (= 8.0.3)
573+
railties (8.1.1)
574+
actionpack (= 8.1.1)
575+
activesupport (= 8.1.1)
574576
irb (~> 1.13)
575577
rackup (>= 1.0.0)
576578
rake (>= 12.2)
@@ -764,7 +766,7 @@ DEPENDENCIES
764766
plek
765767
pry-byebug
766768
rack-utf8_sanitizer
767-
rails (= 8.0.3)
769+
rails (= 8.1.1)
768770
rails-controller-testing
769771
rails-i18n
770772
rails_translation_manager

0 commit comments

Comments
 (0)