Skip to content

Commit 32ad1d3

Browse files
chore(deps): bump rails from 8.0.3 to 8.1.0
Bumps [rails](https://github.com/rails/rails) from 8.0.3 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.3...v8.1.0) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e5f408 commit 32ad1d3

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

Gemfile.lock

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,48 @@ GEM
33
specs:
44
aasm (5.5.2)
55
concurrent-ruby (~> 1.0)
6-
actioncable (8.0.3)
7-
actionpack (= 8.0.3)
8-
activesupport (= 8.0.3)
6+
action_text-trix (2.1.15)
7+
railties
8+
actioncable (8.1.0)
9+
actionpack (= 8.1.0)
10+
activesupport (= 8.1.0)
911
nio4r (~> 2.0)
1012
websocket-driver (>= 0.6.1)
1113
zeitwerk (~> 2.6)
12-
actionmailbox (8.0.3)
13-
actionpack (= 8.0.3)
14-
activejob (= 8.0.3)
15-
activerecord (= 8.0.3)
16-
activestorage (= 8.0.3)
17-
activesupport (= 8.0.3)
14+
actionmailbox (8.1.0)
15+
actionpack (= 8.1.0)
16+
activejob (= 8.1.0)
17+
activerecord (= 8.1.0)
18+
activestorage (= 8.1.0)
19+
activesupport (= 8.1.0)
1820
mail (>= 2.8.0)
19-
actionmailer (8.0.3)
20-
actionpack (= 8.0.3)
21-
actionview (= 8.0.3)
22-
activejob (= 8.0.3)
23-
activesupport (= 8.0.3)
21+
actionmailer (8.1.0)
22+
actionpack (= 8.1.0)
23+
actionview (= 8.1.0)
24+
activejob (= 8.1.0)
25+
activesupport (= 8.1.0)
2426
mail (>= 2.8.0)
2527
rails-dom-testing (~> 2.2)
26-
actionpack (8.0.3)
27-
actionview (= 8.0.3)
28-
activesupport (= 8.0.3)
28+
actionpack (8.1.0)
29+
actionview (= 8.1.0)
30+
activesupport (= 8.1.0)
2931
nokogiri (>= 1.8.5)
3032
rack (>= 2.2.4)
3133
rack-session (>= 1.0.1)
3234
rack-test (>= 0.6.3)
3335
rails-dom-testing (~> 2.2)
3436
rails-html-sanitizer (~> 1.6)
3537
useragent (~> 0.16)
36-
actiontext (8.0.3)
37-
actionpack (= 8.0.3)
38-
activerecord (= 8.0.3)
39-
activestorage (= 8.0.3)
40-
activesupport (= 8.0.3)
38+
actiontext (8.1.0)
39+
action_text-trix (~> 2.1.15)
40+
actionpack (= 8.1.0)
41+
activerecord (= 8.1.0)
42+
activestorage (= 8.1.0)
43+
activesupport (= 8.1.0)
4144
globalid (>= 0.6.0)
4245
nokogiri (>= 1.8.5)
43-
actionview (8.0.3)
44-
activesupport (= 8.0.3)
46+
actionview (8.1.0)
47+
activesupport (= 8.1.0)
4548
builder (~> 3.1)
4649
erubi (~> 1.11)
4750
rails-dom-testing (~> 2.2)
@@ -52,29 +55,29 @@ GEM
5255
activestorage (>= 6.1.4)
5356
activesupport (>= 6.1.4)
5457
marcel (>= 1.0.3)
55-
activejob (8.0.3)
56-
activesupport (= 8.0.3)
58+
activejob (8.1.0)
59+
activesupport (= 8.1.0)
5760
globalid (>= 0.3.6)
58-
activemodel (8.0.3)
59-
activesupport (= 8.0.3)
60-
activerecord (8.0.3)
61-
activemodel (= 8.0.3)
62-
activesupport (= 8.0.3)
61+
activemodel (8.1.0)
62+
activesupport (= 8.1.0)
63+
activerecord (8.1.0)
64+
activemodel (= 8.1.0)
65+
activesupport (= 8.1.0)
6366
timeout (>= 0.4.0)
64-
activestorage (8.0.3)
65-
actionpack (= 8.0.3)
66-
activejob (= 8.0.3)
67-
activerecord (= 8.0.3)
68-
activesupport (= 8.0.3)
67+
activestorage (8.1.0)
68+
actionpack (= 8.1.0)
69+
activejob (= 8.1.0)
70+
activerecord (= 8.1.0)
71+
activesupport (= 8.1.0)
6972
marcel (~> 1.0)
70-
activesupport (8.0.3)
73+
activesupport (8.1.0)
7174
base64
72-
benchmark (>= 0.3)
7375
bigdecimal
7476
concurrent-ruby (~> 1.0, >= 1.3.1)
7577
connection_pool (>= 2.2.5)
7678
drb
7779
i18n (>= 1.6, < 2)
80+
json
7881
logger (>= 1.4.2)
7982
minitest (>= 5.1)
8083
securerandom (>= 0.3)
@@ -92,7 +95,6 @@ GEM
9295
attr_required (1.0.2)
9396
base64 (0.3.0)
9497
bcrypt_pbkdf (1.1.1)
95-
benchmark (0.5.0)
9698
better_html (2.2.0)
9799
actionview (>= 7.0)
98100
activesupport (>= 7.0)
@@ -372,30 +374,30 @@ GEM
372374
rack (>= 1.3)
373375
rackup (2.2.1)
374376
rack (>= 3)
375-
rails (8.0.3)
376-
actioncable (= 8.0.3)
377-
actionmailbox (= 8.0.3)
378-
actionmailer (= 8.0.3)
379-
actionpack (= 8.0.3)
380-
actiontext (= 8.0.3)
381-
actionview (= 8.0.3)
382-
activejob (= 8.0.3)
383-
activemodel (= 8.0.3)
384-
activerecord (= 8.0.3)
385-
activestorage (= 8.0.3)
386-
activesupport (= 8.0.3)
377+
rails (8.1.0)
378+
actioncable (= 8.1.0)
379+
actionmailbox (= 8.1.0)
380+
actionmailer (= 8.1.0)
381+
actionpack (= 8.1.0)
382+
actiontext (= 8.1.0)
383+
actionview (= 8.1.0)
384+
activejob (= 8.1.0)
385+
activemodel (= 8.1.0)
386+
activerecord (= 8.1.0)
387+
activestorage (= 8.1.0)
388+
activesupport (= 8.1.0)
387389
bundler (>= 1.15.0)
388-
railties (= 8.0.3)
390+
railties (= 8.1.0)
389391
rails-dom-testing (2.3.0)
390392
activesupport (>= 5.0.0)
391393
minitest
392394
nokogiri (>= 1.6)
393395
rails-html-sanitizer (1.6.2)
394396
loofah (~> 2.21)
395397
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)
396-
railties (8.0.3)
397-
actionpack (= 8.0.3)
398-
activesupport (= 8.0.3)
398+
railties (8.1.0)
399+
actionpack (= 8.1.0)
400+
activesupport (= 8.1.0)
399401
irb (~> 1.13)
400402
rackup (>= 1.0.0)
401403
rake (>= 12.2)
@@ -590,7 +592,7 @@ DEPENDENCIES
590592
puma (>= 5.0)
591593
pundit (~> 2.5)
592594
rack-mini-profiler
593-
rails (~> 8.0.2, >= 8.0.2.1)
595+
rails (~> 8.1.0)
594596
rubocop
595597
rubocop-rails-omakase
596598
selenium-webdriver

0 commit comments

Comments
 (0)