Skip to content

Commit c8ef7ca

Browse files
Bump rails from 8.0.3 to 8.1.1 in the rails group
Bumps the rails group with 1 update: [rails](https://github.com/rails/rails). Updates `rails` from 8.0.3 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.3...v8.1.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rails ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c4df55 commit c8ef7ca

File tree

2 files changed

+82
-80
lines changed

2 files changed

+82
-80
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 file: ".ruby-version"
44

5-
gem "rails", "~> 8.0.3"
5+
gem "rails", "~> 8.1.1"
66
gem "rails-i18n", "~> 8.0.2"
77

88
gem "aws-sdk-s3", "~> 1.203"

Gemfile.lock

Lines changed: 81 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -29,75 +29,78 @@ GEM
2929
GEM
3030
remote: https://rubygems.org/
3131
specs:
32-
actioncable (8.0.3)
33-
actionpack (= 8.0.3)
34-
activesupport (= 8.0.3)
32+
action_text-trix (2.1.15)
33+
railties
34+
actioncable (8.1.1)
35+
actionpack (= 8.1.1)
36+
activesupport (= 8.1.1)
3537
nio4r (~> 2.0)
3638
websocket-driver (>= 0.6.1)
3739
zeitwerk (~> 2.6)
38-
actionmailbox (8.0.3)
39-
actionpack (= 8.0.3)
40-
activejob (= 8.0.3)
41-
activerecord (= 8.0.3)
42-
activestorage (= 8.0.3)
43-
activesupport (= 8.0.3)
40+
actionmailbox (8.1.1)
41+
actionpack (= 8.1.1)
42+
activejob (= 8.1.1)
43+
activerecord (= 8.1.1)
44+
activestorage (= 8.1.1)
45+
activesupport (= 8.1.1)
4446
mail (>= 2.8.0)
45-
actionmailer (8.0.3)
46-
actionpack (= 8.0.3)
47-
actionview (= 8.0.3)
48-
activejob (= 8.0.3)
49-
activesupport (= 8.0.3)
47+
actionmailer (8.1.1)
48+
actionpack (= 8.1.1)
49+
actionview (= 8.1.1)
50+
activejob (= 8.1.1)
51+
activesupport (= 8.1.1)
5052
mail (>= 2.8.0)
5153
rails-dom-testing (~> 2.2)
52-
actionpack (8.0.3)
53-
actionview (= 8.0.3)
54-
activesupport (= 8.0.3)
54+
actionpack (8.1.1)
55+
actionview (= 8.1.1)
56+
activesupport (= 8.1.1)
5557
nokogiri (>= 1.8.5)
5658
rack (>= 2.2.4)
5759
rack-session (>= 1.0.1)
5860
rack-test (>= 0.6.3)
5961
rails-dom-testing (~> 2.2)
6062
rails-html-sanitizer (~> 1.6)
6163
useragent (~> 0.16)
62-
actiontext (8.0.3)
63-
actionpack (= 8.0.3)
64-
activerecord (= 8.0.3)
65-
activestorage (= 8.0.3)
66-
activesupport (= 8.0.3)
64+
actiontext (8.1.1)
65+
action_text-trix (~> 2.1.15)
66+
actionpack (= 8.1.1)
67+
activerecord (= 8.1.1)
68+
activestorage (= 8.1.1)
69+
activesupport (= 8.1.1)
6770
globalid (>= 0.6.0)
6871
nokogiri (>= 1.8.5)
69-
actionview (8.0.3)
70-
activesupport (= 8.0.3)
72+
actionview (8.1.1)
73+
activesupport (= 8.1.1)
7174
builder (~> 3.1)
7275
erubi (~> 1.11)
7376
rails-dom-testing (~> 2.2)
7477
rails-html-sanitizer (~> 1.6)
7578
active_link_to (1.0.5)
7679
actionpack
7780
addressable
78-
activejob (8.0.3)
79-
activesupport (= 8.0.3)
81+
activejob (8.1.1)
82+
activesupport (= 8.1.1)
8083
globalid (>= 0.3.6)
81-
activemodel (8.0.3)
82-
activesupport (= 8.0.3)
83-
activerecord (8.0.3)
84-
activemodel (= 8.0.3)
85-
activesupport (= 8.0.3)
84+
activemodel (8.1.1)
85+
activesupport (= 8.1.1)
86+
activerecord (8.1.1)
87+
activemodel (= 8.1.1)
88+
activesupport (= 8.1.1)
8689
timeout (>= 0.4.0)
87-
activestorage (8.0.3)
88-
actionpack (= 8.0.3)
89-
activejob (= 8.0.3)
90-
activerecord (= 8.0.3)
91-
activesupport (= 8.0.3)
90+
activestorage (8.1.1)
91+
actionpack (= 8.1.1)
92+
activejob (= 8.1.1)
93+
activerecord (= 8.1.1)
94+
activesupport (= 8.1.1)
9295
marcel (~> 1.0)
93-
activesupport (8.0.3)
96+
activesupport (8.1.1)
9497
base64
95-
benchmark (>= 0.3)
9698
bigdecimal
9799
concurrent-ruby (~> 1.0, >= 1.3.1)
98100
connection_pool (>= 2.2.5)
99101
drb
100102
i18n (>= 1.6, < 2)
103+
json
101104
logger (>= 1.4.2)
102105
minitest (>= 5.1)
103106
securerandom (>= 0.3)
@@ -160,7 +163,6 @@ GEM
160163
aws-eventstream (~> 1, >= 1.0.2)
161164
base64 (0.3.0)
162165
bcrypt (3.1.20)
163-
benchmark (0.5.0)
164166
benchmark-ips (2.14.0)
165167
better_html (2.2.0)
166168
actionview (>= 7.0)
@@ -264,7 +266,7 @@ GEM
264266
drb (2.2.3)
265267
email_validator (2.2.4)
266268
activemodel
267-
erb (5.1.3)
269+
erb (6.0.0)
268270
erubi (1.13.1)
269271
et-orbi (1.2.11)
270272
tzinfo
@@ -500,7 +502,7 @@ GEM
500502
timeout
501503
net-smtp (0.5.1)
502504
net-protocol
503-
nio4r (2.7.4)
505+
nio4r (2.7.5)
504506
nokogiri (1.18.10)
505507
mini_portile2 (~> 2.8.2)
506508
racc (~> 1.4)
@@ -649,20 +651,20 @@ GEM
649651
rack (>= 1.3)
650652
rackup (2.2.1)
651653
rack (>= 3)
652-
rails (8.0.3)
653-
actioncable (= 8.0.3)
654-
actionmailbox (= 8.0.3)
655-
actionmailer (= 8.0.3)
656-
actionpack (= 8.0.3)
657-
actiontext (= 8.0.3)
658-
actionview (= 8.0.3)
659-
activejob (= 8.0.3)
660-
activemodel (= 8.0.3)
661-
activerecord (= 8.0.3)
662-
activestorage (= 8.0.3)
663-
activesupport (= 8.0.3)
654+
rails (8.1.1)
655+
actioncable (= 8.1.1)
656+
actionmailbox (= 8.1.1)
657+
actionmailer (= 8.1.1)
658+
actionpack (= 8.1.1)
659+
actiontext (= 8.1.1)
660+
actionview (= 8.1.1)
661+
activejob (= 8.1.1)
662+
activemodel (= 8.1.1)
663+
activerecord (= 8.1.1)
664+
activestorage (= 8.1.1)
665+
activesupport (= 8.1.1)
664666
bundler (>= 1.15.0)
665-
railties (= 8.0.3)
667+
railties (= 8.1.1)
666668
rails-controller-testing (1.0.5)
667669
actionpack (>= 5.0.1.rc1)
668670
actionview (>= 5.0.1.rc1)
@@ -686,9 +688,9 @@ GEM
686688
rack
687689
railties (>= 5.1)
688690
semantic_logger (~> 4.16)
689-
railties (8.0.3)
690-
actionpack (= 8.0.3)
691-
activesupport (= 8.0.3)
691+
railties (8.1.1)
692+
actionpack (= 8.1.1)
693+
activesupport (= 8.1.1)
692694
irb (~> 1.13)
693695
rackup (>= 1.0.0)
694696
rake (>= 12.2)
@@ -720,8 +722,8 @@ GEM
720722
roadie (5.2.1)
721723
css_parser (~> 1.4)
722724
nokogiri (~> 1.15)
723-
roadie-rails (3.3.0)
724-
railties (>= 5.1, < 8.1)
725+
roadie-rails (3.4.0)
726+
railties (>= 5.1, < 8.2)
725727
roadie (~> 5.0)
726728
rotp (6.3.0)
727729
rouge (4.6.0)
@@ -833,7 +835,7 @@ GEM
833835
statsd-instrument (3.9.10)
834836
stimulus-rails (1.3.4)
835837
railties (>= 6.0.0)
836-
stringio (3.1.7)
838+
stringio (3.1.8)
837839
strong_migrations (2.5.0)
838840
activerecord (>= 7.1)
839841
swd (2.0.3)
@@ -1007,7 +1009,7 @@ DEPENDENCIES
10071009
rack-sanitizer (~> 2.0)
10081010
rack-test (~> 2.2)
10091011
rackup (~> 2.2)
1010-
rails (~> 8.0.3)
1012+
rails (~> 8.1.1)
10111013
rails-controller-testing (~> 1.0)
10121014
rails-erd (~> 1.7)
10131015
rails-i18n (~> 8.0.2)
@@ -1047,18 +1049,19 @@ DEPENDENCIES
10471049
zlib (~> 3.2)
10481050

10491051
CHECKSUMS
1050-
actioncable (8.0.3) sha256=f8cad39cebefaa1c9d4904f3e843022f22ee7a9201b59db703bf3ef7f2877493
1051-
actionmailbox (8.0.3) sha256=2a0444f8937c641db100128a1826554c5298ade65c62b623a1fcb34a1dc6bd2f
1052-
actionmailer (8.0.3) sha256=6dc0c3701065a96f845a05a28e9d7a60055222cfc324cc6c3a281cec148cc723
1053-
actionpack (8.0.3) sha256=d63c21cb109e0529d785ffdb657a092928890327c5c8ea2e46f63b6751be5ad3
1054-
actiontext (8.0.3) sha256=1c46fdfa60ffa282bf29cccc0714071128826bef5740c4f2a88d375d206a9df4
1055-
actionview (8.0.3) sha256=5171946ff07d1e95bf3d805ad9425a89040a013dea11bb1f4cf604f108b1ce66
1052+
action_text-trix (2.1.15) sha256=4bf9bbd8fa95954de3f0022dae0d927bce22c1bb31d5dc9c3766f8c145c109c1
1053+
actioncable (8.1.1) sha256=7262307e9693f09b299e281590110ce4b6ba7e4e4cee6da4b9d987eaf56f9139
1054+
actionmailbox (8.1.1) sha256=aa99703a9b2fa32c5a4a93bb21fef79e2935d8db4d1fd5ef0772847be5d43205
1055+
actionmailer (8.1.1) sha256=45755d7d4561363490ae82b17a5919bdef4dfe3bb400831819947c3a1d82afdf
1056+
actionpack (8.1.1) sha256=192e27c39a63c7d801ac7b6d50505f265e389516985eed9b2ee364896a6a06d7
1057+
actiontext (8.1.1) sha256=fd8d8da1e6bc0b04ff72fccfd127e78431238a99a82e736c7b52727c576a7640
1058+
actionview (8.1.1) sha256=ca480c8b099dea0862b0934f24182b84c2d29092e7dbf464fb3e6d4eb9b468dc
10561059
active_link_to (1.0.5) sha256=4830847b3d14589df1e9fc62038ceec015257fce975ec1c2a77836c461b139ba
1057-
activejob (8.0.3) sha256=469eddb3822aff1c6a0df0bd3398f28bff8fcd1bd0e9d309e6b7ccbd0bdba1b6
1058-
activemodel (8.0.3) sha256=406907245a1c6c04cdf2187cc4590fdc081d7a07392123d322125677022ea67c
1059-
activerecord (8.0.3) sha256=9b95c63b2ae9ccb57bb15db730300fdd02af387e12474eb9002a668acab3cea8
1060-
activestorage (8.0.3) sha256=4f4eadeb5d128a35ed21d960eeece027225b36d54542512c8a36ad5316988c5e
1061-
activesupport (8.0.3) sha256=a711ce5e30660b23232f26a38699469f8d859d47aa1f722e183fda6d7cc17823
1060+
activejob (8.1.1) sha256=94f438a9f3b5a6b130fef53d8313f869dbd379309e7d639891bda36b12509383
1061+
activemodel (8.1.1) sha256=8b7e2496b9e333ced06248c16a43217b950192c98e0fe3aa117eee21501c6fbd
1062+
activerecord (8.1.1) sha256=e32c3a03e364fd803498eb4150c21bedc995aa83bc27122a94d480ab1dcb3d17
1063+
activestorage (8.1.1) sha256=bc01d8b4c55e309a0a2e218bfe502c382c9f232e28b1f4b0adc9d8719d2bf28d
1064+
activesupport (8.1.1) sha256=5e92534e8d0c8b8b5e6b16789c69dbea65c1d7b752269f71a39422e9546cea67
10621065
addressable (2.8.7) sha256=462986537cf3735ab5f3c0f557f14155d778f4b43ea4f485a9deb9c8f7c58232
10631066
aes_key_wrap (1.1.0) sha256=b935f4756b37375895db45669e79dfcdc0f7901e12d4e08974d5540c8e0776a5
10641067
aggregate_assertions (0.2.0) sha256=9bc51a48323a8e7b82f47cc38d48132817247345e5a8713686c9d65b25daca9e
@@ -1085,7 +1088,6 @@ CHECKSUMS
10851088
aws-sigv4 (1.12.1) sha256=6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00
10861089
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
10871090
bcrypt (3.1.20) sha256=8410f8c7b3ed54a3c00cd2456bf13917d695117f033218e2483b2e40b0784099
1088-
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
10891091
benchmark-ips (2.14.0) sha256=b72bc8a65d525d5906f8cd94270dccf73452ee3257a32b89fbd6684d3e8a9b1d
10901092
better_html (2.2.0) sha256=e68ab66ab09696b708333bbf35e8aa3c107500ba7892f528e2111624bdd8cf76
10911093
bigdecimal (3.3.1) sha256=eaa01e228be54c4f9f53bf3cc34fe3d5e845c31963e7fcc5bedb05a4e7d52218
@@ -1127,7 +1129,7 @@ CHECKSUMS
11271129
dotenv-rails (3.1.8) sha256=46c9d1226a8b58a83b5f61325aa8cffd25cea1c0fafdfbbbee1e5dfea77980c4
11281130
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
11291131
email_validator (2.2.4) sha256=5ab238095bec7aef9389f230e9e0c64c5081cdf91f19d6c5cecee0a93af20604
1130-
erb (5.1.3) sha256=566e53057b6ba48699f824b578473b391fa8aef100aa14afad1c46725fae0e67
1132+
erb (6.0.0) sha256=2730893f9d8c9733f16cab315a4e4b71c1afa9cabc1a1e7ad1403feba8f52579
11311133
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
11321134
et-orbi (1.2.11) sha256=d26e868cc21db88280a9ec1a50aa3da5d267eb9b2037ba7b831d6c2731f5df64
11331135
factory_bot (6.5.5) sha256=ce59295daee1b4704dab8a2fee6816f513d467c6aa3bc587860767d74a66efbe
@@ -1229,7 +1231,7 @@ CHECKSUMS
12291231
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
12301232
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
12311233
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
1232-
nio4r (2.7.4) sha256=d95dee68e0bb251b8ff90ac3423a511e3b784124e5db7ff5f4813a220ae73ca9
1234+
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
12331235
nokogiri (1.18.10) sha256=d5cc0731008aa3b3a87b361203ea3d19b2069628cb55e46ac7d84a0445e69cc1
12341236
nokogiri (1.18.10-aarch64-linux-gnu) sha256=7fb87235d729c74a2be635376d82b1d459230cc17c50300f8e4fcaabc6195344
12351237
nokogiri (1.18.10-arm-linux-gnu) sha256=51f4f25ab5d5ba1012d6b16aad96b840a10b067b93f35af6a55a2c104a7ee322
@@ -1292,14 +1294,14 @@ CHECKSUMS
12921294
rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
12931295
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
12941296
rackup (2.2.1) sha256=f737191fd5c5b348b7f0a4412a3b86383f88c43e13b8217b63d4c8d90b9e798d
1295-
rails (8.0.3) sha256=5d83c0822d1aaea32a278a99b1afedd3f28e14cfff846e96987bb24ebcb3fd45
1297+
rails (8.1.1) sha256=877509b7aef309239978685883097d2c03e21383a50a3f78882cf9b3b5c136f7
12961298
rails-controller-testing (1.0.5) sha256=741448db59366073e86fc965ba403f881c636b79a2c39a48d0486f2607182e94
12971299
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
12981300
rails-erd (1.7.2) sha256=0b17d0fba25d319d8da8af7a3e5e2149d02d6187cc7351e8be43423f07c48bcd
12991301
rails-html-sanitizer (1.6.2) sha256=35fce2ca8242da8775c83b6ba9c1bcaad6751d9eb73c1abaa8403475ab89a560
13001302
rails-i18n (8.0.2) sha256=624f31f652f85fd28024a521fea786223c4653cc83a468fbe3d410cb40f738af
13011303
rails_semantic_logger (4.18.0) sha256=2fd7ee2d1f7c9ff950db941d56754e8ecdfcff03eb9ae62e88691ffb734c0099
1302-
railties (8.0.3) sha256=ace31dcad7134299a64d6d96310d76d32868756e58e2983e25b121acd457f1d2
1304+
railties (8.1.1) sha256=fb0c7038b147bea41bf6697fa443ff1c5c47d3bb1eedd9ecf1bceeb90efcb868
13031305
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
13041306
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
13051307
ransack (4.4.1) sha256=6aeaac36fc19088570e10da1044e6cfd88c740e20f871b84566fd30e32b7a63d
@@ -1312,7 +1314,7 @@ CHECKSUMS
13121314
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
13131315
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
13141316
roadie (5.2.1) sha256=e4a4f61ce792bd91b228b6844b4bad6b160cdc1b8df86c81a8b983082a5001d6
1315-
roadie-rails (3.3.0) sha256=4080f67a635962fb3df77ed42b2992ff41ee6502b60b5f4609a9fb9eb06c0a5e
1317+
roadie-rails (3.4.0) sha256=f7b02bd3b74051eaa51ebb636049c4c9fc54cf2a68234eafc5a5fb78ad1f9aa9
13161318
rotp (6.3.0) sha256=75d40087e65ed0d8022c33055a6306c1c400d1c12261932533b5d6cbcd868854
13171319
rouge (4.6.0) sha256=10198622df0ef919796da5686a9cc116a49280805e1ed4b851c97ef677eddd7a
13181320
rqrcode (3.1.0) sha256=e2d5996375f6e9a013823c289ed575dbea678b8e0388574302c1fac563f098af
@@ -1355,7 +1357,7 @@ CHECKSUMS
13551357
snaky_hash (2.0.3) sha256=25a3d299566e8153fb02fa23fd9a9358845950f7a523ddbbe1fa1e0d79a6d456
13561358
statsd-instrument (3.9.10) sha256=06f8ae18dc2c2c90e6d4e2de5ef58b47d68562357140bec64228df9716a27048
13571359
stimulus-rails (1.3.4) sha256=765676ffa1f33af64ce026d26b48e8ffb2e0b94e0f50e9119e11d6107d67cb06
1358-
stringio (3.1.7) sha256=5b78b7cb242a315fb4fca61a8255d62ec438f58da2b90be66048546ade4507fa
1360+
stringio (3.1.8) sha256=99c43c3a9302843cca223fd985bfc503dd50a4b1723d3e4a9eb1d9c37d99e4ec
13591361
strong_migrations (2.5.0) sha256=6100cab81305bb753fafa22fecb24d5c81f8891b617c408930e55e34ab7359df
13601362
swd (2.0.3) sha256=4cdbe2a4246c19f093fce22e967ec3ebdd4657d37673672e621bf0c7eb770655
13611363
tailwindcss-rails (4.4.0) sha256=efa2961351a52acebe616e645a81a30bb4f27fde46cc06ce7688d1cd1131e916

0 commit comments

Comments
 (0)