Skip to content

Commit be2301d

Browse files
Bump rails from 8.0.4 to 8.1.3
Bumps [rails](https://github.com/rails/rails) from 8.0.4 to 8.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.4...v8.1.3) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 613bdf1 commit be2301d

2 files changed

Lines changed: 59 additions & 57 deletions

File tree

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.3"
4+
gem "rails", "~> 8.1.3"
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
@@ -1,72 +1,75 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.5)
5-
actionpack (= 8.0.5)
6-
activesupport (= 8.0.5)
4+
action_text-trix (2.1.18)
5+
railties
6+
actioncable (8.1.3)
7+
actionpack (= 8.1.3)
8+
activesupport (= 8.1.3)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.5)
11-
actionpack (= 8.0.5)
12-
activejob (= 8.0.5)
13-
activerecord (= 8.0.5)
14-
activestorage (= 8.0.5)
15-
activesupport (= 8.0.5)
12+
actionmailbox (8.1.3)
13+
actionpack (= 8.1.3)
14+
activejob (= 8.1.3)
15+
activerecord (= 8.1.3)
16+
activestorage (= 8.1.3)
17+
activesupport (= 8.1.3)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.5)
18-
actionpack (= 8.0.5)
19-
actionview (= 8.0.5)
20-
activejob (= 8.0.5)
21-
activesupport (= 8.0.5)
19+
actionmailer (8.1.3)
20+
actionpack (= 8.1.3)
21+
actionview (= 8.1.3)
22+
activejob (= 8.1.3)
23+
activesupport (= 8.1.3)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.5)
25-
actionview (= 8.0.5)
26-
activesupport (= 8.0.5)
26+
actionpack (8.1.3)
27+
actionview (= 8.1.3)
28+
activesupport (= 8.1.3)
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.5)
35-
actionpack (= 8.0.5)
36-
activerecord (= 8.0.5)
37-
activestorage (= 8.0.5)
38-
activesupport (= 8.0.5)
36+
actiontext (8.1.3)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.3)
39+
activerecord (= 8.1.3)
40+
activestorage (= 8.1.3)
41+
activesupport (= 8.1.3)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.5)
42-
activesupport (= 8.0.5)
44+
actionview (8.1.3)
45+
activesupport (= 8.1.3)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.5)
48-
activesupport (= 8.0.5)
50+
activejob (8.1.3)
51+
activesupport (= 8.1.3)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.5)
51-
activesupport (= 8.0.5)
52-
activerecord (8.0.5)
53-
activemodel (= 8.0.5)
54-
activesupport (= 8.0.5)
53+
activemodel (8.1.3)
54+
activesupport (= 8.1.3)
55+
activerecord (8.1.3)
56+
activemodel (= 8.1.3)
57+
activesupport (= 8.1.3)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.5)
57-
actionpack (= 8.0.5)
58-
activejob (= 8.0.5)
59-
activerecord (= 8.0.5)
60-
activesupport (= 8.0.5)
59+
activestorage (8.1.3)
60+
actionpack (= 8.1.3)
61+
activejob (= 8.1.3)
62+
activerecord (= 8.1.3)
63+
activesupport (= 8.1.3)
6164
marcel (~> 1.0)
62-
activesupport (8.0.5)
65+
activesupport (8.1.3)
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)
@@ -80,7 +83,6 @@ GEM
8083
bcrypt_pbkdf (1.1.2)
8184
bcrypt_pbkdf (1.1.2-arm64-darwin)
8285
bcrypt_pbkdf (1.1.2-x86_64-darwin)
83-
benchmark (0.5.0)
8486
bigdecimal (4.1.2)
8587
bindex (0.8.1)
8688
bootsnap (1.23.0)
@@ -239,30 +241,30 @@ GEM
239241
rack (>= 1.3)
240242
rackup (2.3.1)
241243
rack (>= 3)
242-
rails (8.0.5)
243-
actioncable (= 8.0.5)
244-
actionmailbox (= 8.0.5)
245-
actionmailer (= 8.0.5)
246-
actionpack (= 8.0.5)
247-
actiontext (= 8.0.5)
248-
actionview (= 8.0.5)
249-
activejob (= 8.0.5)
250-
activemodel (= 8.0.5)
251-
activerecord (= 8.0.5)
252-
activestorage (= 8.0.5)
253-
activesupport (= 8.0.5)
244+
rails (8.1.3)
245+
actioncable (= 8.1.3)
246+
actionmailbox (= 8.1.3)
247+
actionmailer (= 8.1.3)
248+
actionpack (= 8.1.3)
249+
actiontext (= 8.1.3)
250+
actionview (= 8.1.3)
251+
activejob (= 8.1.3)
252+
activemodel (= 8.1.3)
253+
activerecord (= 8.1.3)
254+
activestorage (= 8.1.3)
255+
activesupport (= 8.1.3)
254256
bundler (>= 1.15.0)
255-
railties (= 8.0.5)
257+
railties (= 8.1.3)
256258
rails-dom-testing (2.3.0)
257259
activesupport (>= 5.0.0)
258260
minitest
259261
nokogiri (>= 1.6)
260262
rails-html-sanitizer (1.7.0)
261263
loofah (~> 2.25)
262264
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)
263-
railties (8.0.5)
264-
actionpack (= 8.0.5)
265-
activesupport (= 8.0.5)
265+
railties (8.1.3)
266+
actionpack (= 8.1.3)
267+
activesupport (= 8.1.3)
266268
irb (~> 1.13)
267269
rackup (>= 1.0.0)
268270
rake (>= 12.2)
@@ -433,7 +435,7 @@ DEPENDENCIES
433435
kamal
434436
propshaft
435437
puma (>= 5.0)
436-
rails (~> 8.0.3)
438+
rails (~> 8.1.3)
437439
rubocop-rails-omakase
438440
solid_cable
439441
solid_cache

0 commit comments

Comments
 (0)