Skip to content

Commit abb3701

Browse files
Bump rails from 8.0.2 to 8.1.1
Bumps [rails](https://github.com/rails/rails) from 8.0.2 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2...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] <support@github.com>
1 parent 43a6098 commit abb3701

File tree

2 files changed

+77
-70
lines changed

2 files changed

+77
-70
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby "3.4.3"
55

6-
gem "rails", "8.0.2"
6+
gem "rails", "8.1.1"
77
gem "active_storage_validations", "3.0.2"
88
gem "jsbundling-rails", "1.3.1"
99
gem "bcrypt", "3.1.13"

Gemfile.lock

Lines changed: 76 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,48 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2)
5-
actionpack (= 8.0.2)
6-
activesupport (= 8.0.2)
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.2)
11-
actionpack (= 8.0.2)
12-
activejob (= 8.0.2)
13-
activerecord (= 8.0.2)
14-
activestorage (= 8.0.2)
15-
activesupport (= 8.0.2)
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.2)
18-
actionpack (= 8.0.2)
19-
actionview (= 8.0.2)
20-
activejob (= 8.0.2)
21-
activesupport (= 8.0.2)
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.2)
25-
actionview (= 8.0.2)
26-
activesupport (= 8.0.2)
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.2)
35-
actionpack (= 8.0.2)
36-
activerecord (= 8.0.2)
37-
activestorage (= 8.0.2)
38-
activesupport (= 8.0.2)
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.2)
42-
activesupport (= 8.0.2)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
@@ -50,29 +53,29 @@ GEM
5053
activestorage (>= 6.1.4)
5154
activesupport (>= 6.1.4)
5255
marcel (>= 1.0.3)
53-
activejob (8.0.2)
54-
activesupport (= 8.0.2)
56+
activejob (8.1.1)
57+
activesupport (= 8.1.1)
5558
globalid (>= 0.3.6)
56-
activemodel (8.0.2)
57-
activesupport (= 8.0.2)
58-
activerecord (8.0.2)
59-
activemodel (= 8.0.2)
60-
activesupport (= 8.0.2)
59+
activemodel (8.1.1)
60+
activesupport (= 8.1.1)
61+
activerecord (8.1.1)
62+
activemodel (= 8.1.1)
63+
activesupport (= 8.1.1)
6164
timeout (>= 0.4.0)
62-
activestorage (8.0.2)
63-
actionpack (= 8.0.2)
64-
activejob (= 8.0.2)
65-
activerecord (= 8.0.2)
66-
activesupport (= 8.0.2)
65+
activestorage (8.1.1)
66+
actionpack (= 8.1.1)
67+
activejob (= 8.1.1)
68+
activerecord (= 8.1.1)
69+
activesupport (= 8.1.1)
6770
marcel (~> 1.0)
68-
activesupport (8.0.2)
71+
activesupport (8.1.1)
6972
base64
70-
benchmark (>= 0.3)
7173
bigdecimal
7274
concurrent-ruby (~> 1.0, >= 1.3.1)
7375
connection_pool (>= 2.2.5)
7476
drb
7577
i18n (>= 1.6, < 2)
78+
json
7679
logger (>= 1.4.2)
7780
minitest (>= 5.1)
7881
securerandom (>= 0.3)
@@ -103,8 +106,7 @@ GEM
103106
base64 (0.3.0)
104107
bcrypt (3.1.13)
105108
bcrypt_pbkdf (1.1.1)
106-
benchmark (0.4.1)
107-
bigdecimal (3.2.3)
109+
bigdecimal (3.3.1)
108110
bindex (0.8.1)
109111
bootsnap (1.18.6)
110112
msgpack (~> 1.2)
@@ -124,14 +126,14 @@ GEM
124126
crass (1.0.6)
125127
cssbundling-rails (1.4.3)
126128
railties (>= 6.0.0)
127-
date (3.4.1)
129+
date (3.5.0)
128130
debug (1.11.0)
129131
irb (~> 1.10)
130132
reline (>= 0.3.8)
131133
dotenv (3.1.8)
132134
drb (2.2.3)
133135
ed25519 (1.4.0)
134-
erb (5.0.2)
136+
erb (5.1.3)
135137
erubi (1.13.1)
136138
faker (3.5.2)
137139
i18n (>= 1.8.11, < 2)
@@ -143,7 +145,7 @@ GEM
143145
ffi (1.17.2-x86_64-linux-musl)
144146
formatador (1.2.0)
145147
reline
146-
globalid (1.2.1)
148+
globalid (1.3.0)
147149
activesupport (>= 6.1)
148150
guard (2.19.1)
149151
formatador (>= 0.2.4)
@@ -177,6 +179,7 @@ GEM
177179
jmespath (1.6.2)
178180
jsbundling-rails (1.3.1)
179181
railties (>= 6.0.0)
182+
json (2.15.2)
180183
kamal (2.7.0)
181184
activesupport (>= 7.0)
182185
base64 (~> 0.2)
@@ -196,12 +199,13 @@ GEM
196199
crass (~> 1.0.2)
197200
nokogiri (>= 1.12.0)
198201
lumberjack (1.4.2)
199-
mail (2.8.1)
202+
mail (2.9.0)
203+
logger
200204
mini_mime (>= 0.1.1)
201205
net-imap
202206
net-pop
203207
net-smtp
204-
marcel (1.0.4)
208+
marcel (1.1.0)
205209
matrix (0.4.3)
206210
method_source (1.1.0)
207211
mini_mime (1.1.5)
@@ -213,7 +217,7 @@ GEM
213217
ruby-progressbar
214218
msgpack (1.8.0)
215219
nenv (0.3.0)
216-
net-imap (0.5.10)
220+
net-imap (0.5.12)
217221
date
218222
net-protocol
219223
net-pop (0.1.2)
@@ -245,7 +249,7 @@ GEM
245249
shellany (~> 0.0)
246250
ostruct (0.6.3)
247251
pg (1.5.9)
248-
pp (0.6.2)
252+
pp (0.6.3)
249253
prettyprint
250254
prettyprint (0.2.0)
251255
propshaft (1.2.1)
@@ -262,28 +266,28 @@ GEM
262266
puma (6.6.0)
263267
nio4r (~> 2.0)
264268
racc (1.8.1)
265-
rack (3.2.1)
269+
rack (3.2.3)
266270
rack-session (2.1.1)
267271
base64 (>= 0.1.0)
268272
rack (>= 3.0.0)
269273
rack-test (2.2.0)
270274
rack (>= 1.3)
271275
rackup (2.2.1)
272276
rack (>= 3)
273-
rails (8.0.2)
274-
actioncable (= 8.0.2)
275-
actionmailbox (= 8.0.2)
276-
actionmailer (= 8.0.2)
277-
actionpack (= 8.0.2)
278-
actiontext (= 8.0.2)
279-
actionview (= 8.0.2)
280-
activejob (= 8.0.2)
281-
activemodel (= 8.0.2)
282-
activerecord (= 8.0.2)
283-
activestorage (= 8.0.2)
284-
activesupport (= 8.0.2)
277+
rails (8.1.1)
278+
actioncable (= 8.1.1)
279+
actionmailbox (= 8.1.1)
280+
actionmailer (= 8.1.1)
281+
actionpack (= 8.1.1)
282+
actiontext (= 8.1.1)
283+
actionview (= 8.1.1)
284+
activejob (= 8.1.1)
285+
activemodel (= 8.1.1)
286+
activerecord (= 8.1.1)
287+
activestorage (= 8.1.1)
288+
activesupport (= 8.1.1)
285289
bundler (>= 1.15.0)
286-
railties (= 8.0.2)
290+
railties (= 8.1.1)
287291
rails-controller-testing (1.0.5)
288292
actionpack (>= 5.0.1.rc1)
289293
actionview (>= 5.0.1.rc1)
@@ -295,21 +299,23 @@ GEM
295299
rails-html-sanitizer (1.6.2)
296300
loofah (~> 2.21)
297301
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)
298-
railties (8.0.2)
299-
actionpack (= 8.0.2)
300-
activesupport (= 8.0.2)
302+
railties (8.1.1)
303+
actionpack (= 8.1.1)
304+
activesupport (= 8.1.1)
301305
irb (~> 1.13)
302306
rackup (>= 1.0.0)
303307
rake (>= 12.2)
304308
thor (~> 1.0, >= 1.2.2)
309+
tsort (>= 0.2)
305310
zeitwerk (~> 2.6)
306-
rake (13.3.0)
311+
rake (13.3.1)
307312
rb-fsevent (0.11.2)
308313
rb-inotify (0.11.1)
309314
ffi (~> 1.0)
310-
rdoc (6.14.2)
315+
rdoc (6.15.0)
311316
erb
312317
psych (>= 4.0.0)
318+
tsort
313319
regexp_parser (2.11.3)
314320
reline (0.6.2)
315321
io-console (~> 0.5)
@@ -342,13 +348,14 @@ GEM
342348
thruster (0.1.15)
343349
thruster (0.1.15-aarch64-linux)
344350
thruster (0.1.15-x86_64-linux)
345-
timeout (0.4.3)
351+
timeout (0.4.4)
352+
tsort (0.2.0)
346353
turbo-rails (2.0.14)
347354
actionpack (>= 7.1.0)
348355
railties (>= 7.1.0)
349356
tzinfo (2.0.6)
350357
concurrent-ruby (~> 1.0)
351-
uri (1.0.3)
358+
uri (1.0.4)
352359
useragent (0.16.11)
353360
web-console (4.2.1)
354361
actionview (>= 6.0.0)
@@ -398,7 +405,7 @@ DEPENDENCIES
398405
pg (= 1.5.9)
399406
propshaft (= 1.2.1)
400407
puma (= 6.6.0)
401-
rails (= 8.0.2)
408+
rails (= 8.1.1)
402409
rails-controller-testing (= 1.0.5)
403410
selenium-webdriver (= 4.9.0)
404411
sqlite3 (= 2.7.2)

0 commit comments

Comments
 (0)