Skip to content

Commit 1811aa4

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 4183641 commit 1811aa4

File tree

2 files changed

+88
-83
lines changed

2 files changed

+88
-83
lines changed

Gemfile

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

6-
gem 'rails', '~> 8.0.3'
6+
gem 'rails', '~> 8.1.0'
77

88
gem 'sprockets-rails'
99

Gemfile.lock

Lines changed: 87 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
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)
@@ -33,42 +35,43 @@ GEM
3335
useragent (~> 0.16)
3436
actionpack-page_caching (1.2.4)
3537
actionpack (>= 4.0.0)
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)
4851
rails-html-sanitizer (~> 1.6)
49-
activejob (8.0.3)
50-
activesupport (= 8.0.3)
52+
activejob (8.1.0)
53+
activesupport (= 8.1.0)
5154
globalid (>= 0.3.6)
52-
activemodel (8.0.3)
53-
activesupport (= 8.0.3)
54-
activerecord (8.0.3)
55-
activemodel (= 8.0.3)
56-
activesupport (= 8.0.3)
55+
activemodel (8.1.0)
56+
activesupport (= 8.1.0)
57+
activerecord (8.1.0)
58+
activemodel (= 8.1.0)
59+
activesupport (= 8.1.0)
5760
timeout (>= 0.4.0)
58-
activestorage (8.0.3)
59-
actionpack (= 8.0.3)
60-
activejob (= 8.0.3)
61-
activerecord (= 8.0.3)
62-
activesupport (= 8.0.3)
61+
activestorage (8.1.0)
62+
actionpack (= 8.1.0)
63+
activejob (= 8.1.0)
64+
activerecord (= 8.1.0)
65+
activesupport (= 8.1.0)
6366
marcel (~> 1.0)
64-
activesupport (8.0.3)
67+
activesupport (8.1.0)
6568
base64
66-
benchmark (>= 0.3)
6769
bigdecimal
6870
concurrent-ruby (~> 1.0, >= 1.3.1)
6971
connection_pool (>= 2.2.5)
7072
drb
7173
i18n (>= 1.6, < 2)
74+
json
7275
logger (>= 1.4.2)
7376
minitest (>= 5.1)
7477
securerandom (>= 0.3)
@@ -78,8 +81,7 @@ GEM
7881
sshkit (>= 1.6.1, != 1.7.0)
7982
base64 (0.3.0)
8083
bcrypt_pbkdf (1.1.1)
81-
benchmark (0.4.1)
82-
bigdecimal (3.2.3)
84+
bigdecimal (3.3.1)
8385
bindex (0.8.1)
8486
builder (3.3.0)
8587
capistrano (3.19.2)
@@ -112,7 +114,7 @@ GEM
112114
date (3.4.1)
113115
drb (2.2.3)
114116
ed25519 (1.4.0)
115-
erb (5.0.2)
117+
erb (5.1.1)
116118
erubi (1.13.1)
117119
execjs (2.10.0)
118120
ffi (1.17.2)
@@ -125,20 +127,22 @@ GEM
125127
pp (>= 0.6.0)
126128
rdoc (>= 4.0.0)
127129
reline (>= 0.4.2)
130+
json (2.15.2)
128131
logger (1.7.0)
129132
loofah (2.24.1)
130133
crass (~> 1.0.2)
131134
nokogiri (>= 1.12.0)
132-
mail (2.8.1)
135+
mail (2.9.0)
136+
logger
133137
mini_mime (>= 0.1.1)
134138
net-imap
135139
net-pop
136140
net-smtp
137141
marcel (1.1.0)
138142
mini_mime (1.1.5)
139143
mini_portile2 (2.8.9)
140-
minitest (5.25.5)
141-
net-imap (0.5.11)
144+
minitest (5.26.0)
145+
net-imap (0.5.12)
142146
date
143147
net-protocol
144148
net-pop (0.1.2)
@@ -175,20 +179,20 @@ GEM
175179
rack (>= 1.3)
176180
rackup (2.2.1)
177181
rack (>= 3)
178-
rails (8.0.3)
179-
actioncable (= 8.0.3)
180-
actionmailbox (= 8.0.3)
181-
actionmailer (= 8.0.3)
182-
actionpack (= 8.0.3)
183-
actiontext (= 8.0.3)
184-
actionview (= 8.0.3)
185-
activejob (= 8.0.3)
186-
activemodel (= 8.0.3)
187-
activerecord (= 8.0.3)
188-
activestorage (= 8.0.3)
189-
activesupport (= 8.0.3)
182+
rails (8.1.0)
183+
actioncable (= 8.1.0)
184+
actionmailbox (= 8.1.0)
185+
actionmailer (= 8.1.0)
186+
actionpack (= 8.1.0)
187+
actiontext (= 8.1.0)
188+
actionview (= 8.1.0)
189+
activejob (= 8.1.0)
190+
activemodel (= 8.1.0)
191+
activerecord (= 8.1.0)
192+
activestorage (= 8.1.0)
193+
activesupport (= 8.1.0)
190194
bundler (>= 1.15.0)
191-
railties (= 8.0.3)
195+
railties (= 8.1.0)
192196
rails-controller-testing (1.0.5)
193197
actionpack (>= 5.0.1.rc1)
194198
actionview (>= 5.0.1.rc1)
@@ -200,9 +204,9 @@ GEM
200204
rails-html-sanitizer (1.6.2)
201205
loofah (~> 2.21)
202206
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)
203-
railties (8.0.3)
204-
actionpack (= 8.0.3)
205-
activesupport (= 8.0.3)
207+
railties (8.1.0)
208+
actionpack (= 8.1.0)
209+
activesupport (= 8.1.0)
206210
irb (~> 1.13)
207211
rackup (>= 1.0.0)
208212
rake (>= 12.2)
@@ -259,7 +263,7 @@ GEM
259263
uglifier (4.2.1)
260264
execjs (>= 0.3.0, < 3)
261265
unf (0.2.0)
262-
uri (1.0.3)
266+
uri (1.0.4)
263267
useragent (0.16.11)
264268
web-console (4.2.1)
265269
actionview (>= 6.0.0)
@@ -286,7 +290,7 @@ DEPENDENCIES
286290
ed25519
287291
pg
288292
puma (~> 7.1)
289-
rails (~> 8.0.3)
293+
rails (~> 8.1.0)
290294
rails-controller-testing
291295
rbnacl (>= 3.2, < 8.0)
292296
rbnacl-libsodium
@@ -299,23 +303,23 @@ DEPENDENCIES
299303
web-console (>= 3.3.0)
300304

301305
CHECKSUMS
302-
actioncable (8.0.3) sha256=f8cad39cebefaa1c9d4904f3e843022f22ee7a9201b59db703bf3ef7f2877493
303-
actionmailbox (8.0.3) sha256=2a0444f8937c641db100128a1826554c5298ade65c62b623a1fcb34a1dc6bd2f
304-
actionmailer (8.0.3) sha256=6dc0c3701065a96f845a05a28e9d7a60055222cfc324cc6c3a281cec148cc723
305-
actionpack (8.0.3) sha256=d63c21cb109e0529d785ffdb657a092928890327c5c8ea2e46f63b6751be5ad3
306+
action_text-trix (2.1.15) sha256=4bf9bbd8fa95954de3f0022dae0d927bce22c1bb31d5dc9c3766f8c145c109c1
307+
actioncable (8.1.0) sha256=336d5868db5629d2071ddc6b4e654f9c0af94117ccebee884f45035232ffd8b9
308+
actionmailbox (8.1.0) sha256=96cd0c4ec02ba54f117ac31df0a1c607f5b45bcfd8474d6ae068a38615f73b72
309+
actionmailer (8.1.0) sha256=e79d607c0b99ba384b535e4cbe1927351c409999cfc1a3214d2b3fcf06b36cb1
310+
actionpack (8.1.0) sha256=f837989d31e5ab3a71f4db2ec8e197891558c5b763d12c5f1c1dfc5911df0a61
306311
actionpack-page_caching (1.2.4) sha256=867e8c387ff7120c144262172c1d58d6fd74b441313b1edc7cfa2153777898f1
307-
actiontext (8.0.3) sha256=1c46fdfa60ffa282bf29cccc0714071128826bef5740c4f2a88d375d206a9df4
308-
actionview (8.0.3) sha256=5171946ff07d1e95bf3d805ad9425a89040a013dea11bb1f4cf604f108b1ce66
309-
activejob (8.0.3) sha256=469eddb3822aff1c6a0df0bd3398f28bff8fcd1bd0e9d309e6b7ccbd0bdba1b6
310-
activemodel (8.0.3) sha256=406907245a1c6c04cdf2187cc4590fdc081d7a07392123d322125677022ea67c
311-
activerecord (8.0.3) sha256=9b95c63b2ae9ccb57bb15db730300fdd02af387e12474eb9002a668acab3cea8
312-
activestorage (8.0.3) sha256=4f4eadeb5d128a35ed21d960eeece027225b36d54542512c8a36ad5316988c5e
313-
activesupport (8.0.3) sha256=a711ce5e30660b23232f26a38699469f8d859d47aa1f722e183fda6d7cc17823
312+
actiontext (8.1.0) sha256=64bc719fcbe5fecfa7c45cf289c0d87d41be924e98883433c2e6352d3a142277
313+
actionview (8.1.0) sha256=b7e8770a5aacd389a3c04916d29609a53459447fcbf747150437136d44c1d1f3
314+
activejob (8.1.0) sha256=61214bc2d04486e2c7918e3903d9db2a738adf3b8c8a7240303d515d99a94c59
315+
activemodel (8.1.0) sha256=43aa66565a601483e6c614d02cb2090168c91a803ddb954e2b0ef24d22de745e
316+
activerecord (8.1.0) sha256=cacfc779cc551444543ebc6021831676c185da336979606e7478d03a18d23288
317+
activestorage (8.1.0) sha256=15cca5966bb39fed926ebb5bd03ec2cacf8ca3fe2de84fb50faa31ba317ab2ac
318+
activesupport (8.1.0) sha256=d4adf40725be7bbc2a16936a6cf41b175a46ba0c5ccdb703ea4ed7c8801e070a
314319
airbrussh (1.5.3) sha256=7b06eb03be15f50120bc03d95967c95144fbbb7a6ad58d4105cd1550c3aa989c
315320
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
316321
bcrypt_pbkdf (1.1.1) sha256=2f9077dde837d1f0dd2eb0f9e5327c6871c68ebc8eba88870fb6b7956e1e2b13
317-
benchmark (0.4.1) sha256=d4ef40037bba27f03b28013e219b950b82bace296549ec15a78016552f8d2cce
318-
bigdecimal (3.2.3) sha256=ffd11d1ac67a0d3b2f44aec0a6487210b3f813f363dd11f1fcccf5ba00da4e1b
322+
bigdecimal (3.3.1) sha256=eaa01e228be54c4f9f53bf3cc34fe3d5e845c31963e7fcc5bedb05a4e7d52218
319323
bindex (0.8.1) sha256=7b1ecc9dc539ed8bccfc8cb4d2732046227b09d6f37582ff12e50a5047ceb17e
320324
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
321325
capistrano (3.19.2) sha256=e0c79823edf604ba513533b224f85f5a9fe33c4c6c9cbde9483a56b48838f563
@@ -332,22 +336,23 @@ CHECKSUMS
332336
date (3.4.1) sha256=bf268e14ef7158009bfeaec40b5fa3c7271906e88b196d958a89d4b408abe64f
333337
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
334338
ed25519 (1.4.0) sha256=16e97f5198689a154247169f3453ef4cfd3f7a47481fde0ae33206cdfdcac506
335-
erb (5.0.2) sha256=d30f258143d4300fb4ecf430042ac12970c9bb4b33c974a545b8f58c1ec26c0f
339+
erb (5.1.1) sha256=b2c26e7924551d9efbae998e17ddbef220937b6422b1d2ec7ae71417b5a1f4ec
336340
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
337341
execjs (2.10.0) sha256=6bcb8be8f0052ff9d370b65d1c080f2406656e150452a0abdb185a133048450d
338342
ffi (1.17.2) sha256=297235842e5947cc3036ebe64077584bff583cd7a4e94e9a02fdec399ef46da6
339343
globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
340344
i18n (1.14.7) sha256=ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f
341345
io-console (0.8.1) sha256=1e15440a6b2f67b6ea496df7c474ed62c860ad11237f29b3bd187f054b925fcb
342346
irb (1.15.2) sha256=222f32952e278da34b58ffe45e8634bf4afc2dc7aa9da23fed67e581aa50fdba
347+
json (2.15.2) sha256=1068e1d966d2d0dcaf953eaed09c2d30e4104c64c1e3140c435d17be08d1fa27
343348
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
344349
loofah (2.24.1) sha256=655a30842b70ec476410b347ab1cd2a5b92da46a19044357bbd9f401b009a337
345-
mail (2.8.1) sha256=ec3b9fadcf2b3755c78785cb17bc9a0ca9ee9857108a64b6f5cfc9c0b5bfc9ad
350+
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
346351
marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
347352
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
348353
mini_portile2 (2.8.9) sha256=0cd7c7f824e010c072e33f68bc02d85a00aeb6fce05bb4819c03dfd3c140c289
349-
minitest (5.25.5) sha256=391b6c6cb43a4802bfb7c93af1ebe2ac66a210293f4a3fb7db36f2fc7dc2c756
350-
net-imap (0.5.11) sha256=761143adaf153208c49e8e9d52e1b18ce17a24dc4f7f4f367480b5b98010f221
354+
minitest (5.26.0) sha256=f5817ad09f863a4f7eac917707c1ca5c09cdc4a35e17d91171760178324d2c30
355+
net-imap (0.5.12) sha256=cb8cd05bd353fcc19b6cbc530a9cb06b577a969ea10b7ddb0f37787f74be4444
351356
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
352357
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
353358
net-scp (4.1.0) sha256=a99b0b92a1e5d360b0de4ffbf2dc0c91531502d3d4f56c28b0139a7c093d1a5d
@@ -367,11 +372,11 @@ CHECKSUMS
367372
rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
368373
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
369374
rackup (2.2.1) sha256=f737191fd5c5b348b7f0a4412a3b86383f88c43e13b8217b63d4c8d90b9e798d
370-
rails (8.0.3) sha256=5d83c0822d1aaea32a278a99b1afedd3f28e14cfff846e96987bb24ebcb3fd45
375+
rails (8.1.0) sha256=85b8bd4568523e455d9651d36ac385d1be7073e88441aa4d902915db8c0f33f0
371376
rails-controller-testing (1.0.5) sha256=741448db59366073e86fc965ba403f881c636b79a2c39a48d0486f2607182e94
372377
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
373378
rails-html-sanitizer (1.6.2) sha256=35fce2ca8242da8775c83b6ba9c1bcaad6751d9eb73c1abaa8403475ab89a560
374-
railties (8.0.3) sha256=ace31dcad7134299a64d6d96310d76d32868756e58e2983e25b121acd457f1d2
379+
railties (8.1.0) sha256=f930b9a9057070bd413a8f285d5b38bac4d1a0aa3306031a2320689c51f41f91
375380
rake (13.3.0) sha256=96f5092d786ff412c62fde76f793cc0541bd84d2eb579caa529aa8a059934493
376381
rbnacl (7.1.2) sha256=c58433e93b390a7b8c03a9da9e54f2de67e6cc3d6731553265299c6aac889a60
377382
rbnacl-libsodium (1.0.16) sha256=b0556a57a232debb103d9fb818d45246df2c3ceee12c3432de7ede8d75a39fba
@@ -395,7 +400,7 @@ CHECKSUMS
395400
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
396401
uglifier (4.2.1) sha256=75d42b81b10bfd21e7a427fabb1d49ff5ea7bda3c4a5039ddb2a78d194c6f5aa
397402
unf (0.2.0) sha256=e6bcc2e101d80e3f9459753db747d5926aada1aaaf61e629e93359da9a5b04ab
398-
uri (1.0.3) sha256=e9f2244608eea2f7bc357d954c65c910ce0399ca5e18a7a29207ac22d8767011
403+
uri (1.0.4) sha256=34485d137c079f8753a0ca1d883841a7ba2e5fae556e3c30c2aab0dde616344b
399404
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
400405
web-console (4.2.1) sha256=e7bcf37a10ea2b4ec4281649d1cee461b32232d0a447e82c786e6841fd22fe20
401406
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962

0 commit comments

Comments
 (0)