Skip to content

Commit 15b66e9

Browse files
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 b426ca7 commit 15b66e9

File tree

2 files changed

+64
-60
lines changed

2 files changed

+64
-60
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
ruby ENV['CUSTOM_RUBY_VERSION'] || '~> 3.4.7'
44

5-
gem 'rails', '~> 8.0'
5+
gem 'rails', '~> 8.1'
66
gem 'puma'
77
gem 'bootsnap', require: false
88
gem "importmap-rails"

Gemfile.lock

Lines changed: 63 additions & 59 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.0)
7+
actionpack (= 8.1.0)
8+
activesupport (= 8.1.0)
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.0)
13+
actionpack (= 8.1.0)
14+
activejob (= 8.1.0)
15+
activerecord (= 8.1.0)
16+
activestorage (= 8.1.0)
17+
activesupport (= 8.1.0)
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.0)
20+
actionpack (= 8.1.0)
21+
actionview (= 8.1.0)
22+
activejob (= 8.1.0)
23+
activesupport (= 8.1.0)
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.0)
27+
actionview (= 8.1.0)
28+
activesupport (= 8.1.0)
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.0)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.0)
39+
activerecord (= 8.1.0)
40+
activestorage (= 8.1.0)
41+
activesupport (= 8.1.0)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
44+
actionview (8.1.0)
45+
activesupport (= 8.1.0)
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.0)
51+
activesupport (= 8.1.0)
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.0)
54+
activesupport (= 8.1.0)
55+
activerecord (8.1.0)
56+
activemodel (= 8.1.0)
57+
activesupport (= 8.1.0)
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.0)
60+
actionpack (= 8.1.0)
61+
activejob (= 8.1.0)
62+
activerecord (= 8.1.0)
63+
activesupport (= 8.1.0)
6164
marcel (~> 1.0)
62-
activesupport (8.0.3)
65+
activesupport (8.1.0)
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)
@@ -92,8 +95,7 @@ GEM
9295
aws-sigv4 (1.12.1)
9396
aws-eventstream (~> 1, >= 1.0.2)
9497
base64 (0.3.0)
95-
benchmark (0.4.1)
96-
bigdecimal (3.3.0)
98+
bigdecimal (3.3.1)
9799
bootsnap (1.18.6)
98100
msgpack (~> 1.2)
99101
builder (3.3.0)
@@ -105,7 +107,7 @@ GEM
105107
sass-embedded (~> 1.63)
106108
date (3.4.1)
107109
drb (2.2.3)
108-
erb (5.0.3)
110+
erb (5.1.1)
109111
erubi (1.13.1)
110112
globalid (1.3.0)
111113
activesupport (>= 6.1)
@@ -148,11 +150,13 @@ GEM
148150
rdoc (>= 4.0.0)
149151
reline (>= 0.4.2)
150152
jmespath (1.6.2)
153+
json (2.15.2)
151154
logger (1.7.0)
152155
loofah (2.24.1)
153156
crass (~> 1.0.2)
154157
nokogiri (>= 1.12.0)
155-
mail (2.8.1)
158+
mail (2.9.0)
159+
logger
156160
mini_mime (>= 0.1.1)
157161
net-imap
158162
net-pop
@@ -220,30 +224,30 @@ GEM
220224
rack (>= 1.3)
221225
rackup (2.2.1)
222226
rack (>= 3)
223-
rails (8.0.3)
224-
actioncable (= 8.0.3)
225-
actionmailbox (= 8.0.3)
226-
actionmailer (= 8.0.3)
227-
actionpack (= 8.0.3)
228-
actiontext (= 8.0.3)
229-
actionview (= 8.0.3)
230-
activejob (= 8.0.3)
231-
activemodel (= 8.0.3)
232-
activerecord (= 8.0.3)
233-
activestorage (= 8.0.3)
234-
activesupport (= 8.0.3)
227+
rails (8.1.0)
228+
actioncable (= 8.1.0)
229+
actionmailbox (= 8.1.0)
230+
actionmailer (= 8.1.0)
231+
actionpack (= 8.1.0)
232+
actiontext (= 8.1.0)
233+
actionview (= 8.1.0)
234+
activejob (= 8.1.0)
235+
activemodel (= 8.1.0)
236+
activerecord (= 8.1.0)
237+
activestorage (= 8.1.0)
238+
activesupport (= 8.1.0)
235239
bundler (>= 1.15.0)
236-
railties (= 8.0.3)
240+
railties (= 8.1.0)
237241
rails-dom-testing (2.3.0)
238242
activesupport (>= 5.0.0)
239243
minitest
240244
nokogiri (>= 1.6)
241245
rails-html-sanitizer (1.6.2)
242246
loofah (~> 2.21)
243247
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)
244-
railties (8.0.3)
245-
actionpack (= 8.0.3)
246-
activesupport (= 8.0.3)
248+
railties (8.1.0)
249+
actionpack (= 8.1.0)
250+
activesupport (= 8.1.0)
247251
irb (~> 1.13)
248252
rackup (>= 1.0.0)
249253
rake (>= 12.2)
@@ -349,7 +353,7 @@ DEPENDENCIES
349353
pg
350354
propshaft
351355
puma
352-
rails (~> 8.0)
356+
rails (~> 8.1)
353357
sqlite3
354358
test-unit
355359

0 commit comments

Comments
 (0)