Skip to content

Commit 268d7e2

Browse files
committed
Bump rails from 8.1.2 to 8.1.2.1
Bumps rails from 8.1.2 to 8.1.2.1. - [Release notes](https://github.com/rails/rails/releases/tag/v8.1.2.1) - [Commits](rails/rails@v8.1.2...v8.1.2.1)
1 parent c7d9489 commit 268d7e2

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

Gemfile

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

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "8.1.2"
7+
gem "rails", "~> 8.1.2"
88

99
# Use the Puma web server [https://github.com/puma/puma]
1010
gem "puma", "~> 7.2.0"

Gemfile.lock

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -23,76 +23,76 @@ GEM
2323
specs:
2424
action_text-trix (2.1.17)
2525
railties
26-
actioncable (8.1.2)
27-
actionpack (= 8.1.2)
28-
activesupport (= 8.1.2)
26+
actioncable (8.1.2.1)
27+
actionpack (= 8.1.2.1)
28+
activesupport (= 8.1.2.1)
2929
nio4r (~> 2.0)
3030
websocket-driver (>= 0.6.1)
3131
zeitwerk (~> 2.6)
32-
actionmailbox (8.1.2)
33-
actionpack (= 8.1.2)
34-
activejob (= 8.1.2)
35-
activerecord (= 8.1.2)
36-
activestorage (= 8.1.2)
37-
activesupport (= 8.1.2)
32+
actionmailbox (8.1.2.1)
33+
actionpack (= 8.1.2.1)
34+
activejob (= 8.1.2.1)
35+
activerecord (= 8.1.2.1)
36+
activestorage (= 8.1.2.1)
37+
activesupport (= 8.1.2.1)
3838
mail (>= 2.8.0)
39-
actionmailer (8.1.2)
40-
actionpack (= 8.1.2)
41-
actionview (= 8.1.2)
42-
activejob (= 8.1.2)
43-
activesupport (= 8.1.2)
39+
actionmailer (8.1.2.1)
40+
actionpack (= 8.1.2.1)
41+
actionview (= 8.1.2.1)
42+
activejob (= 8.1.2.1)
43+
activesupport (= 8.1.2.1)
4444
mail (>= 2.8.0)
4545
rails-dom-testing (~> 2.2)
46-
actionpack (8.1.2)
47-
actionview (= 8.1.2)
48-
activesupport (= 8.1.2)
46+
actionpack (8.1.2.1)
47+
actionview (= 8.1.2.1)
48+
activesupport (= 8.1.2.1)
4949
nokogiri (>= 1.8.5)
5050
rack (>= 2.2.4)
5151
rack-session (>= 1.0.1)
5252
rack-test (>= 0.6.3)
5353
rails-dom-testing (~> 2.2)
5454
rails-html-sanitizer (~> 1.6)
5555
useragent (~> 0.16)
56-
actiontext (8.1.2)
56+
actiontext (8.1.2.1)
5757
action_text-trix (~> 2.1.15)
58-
actionpack (= 8.1.2)
59-
activerecord (= 8.1.2)
60-
activestorage (= 8.1.2)
61-
activesupport (= 8.1.2)
58+
actionpack (= 8.1.2.1)
59+
activerecord (= 8.1.2.1)
60+
activestorage (= 8.1.2.1)
61+
activesupport (= 8.1.2.1)
6262
globalid (>= 0.6.0)
6363
nokogiri (>= 1.8.5)
64-
actionview (8.1.2)
65-
activesupport (= 8.1.2)
64+
actionview (8.1.2.1)
65+
activesupport (= 8.1.2.1)
6666
builder (~> 3.1)
6767
erubi (~> 1.11)
6868
rails-dom-testing (~> 2.2)
6969
rails-html-sanitizer (~> 1.6)
7070
active_kms (0.2.0)
7171
activerecord (>= 7.1)
72-
activejob (8.1.2)
73-
activesupport (= 8.1.2)
72+
activejob (8.1.2.1)
73+
activesupport (= 8.1.2.1)
7474
globalid (>= 0.3.6)
75-
activemodel (8.1.2)
76-
activesupport (= 8.1.2)
75+
activemodel (8.1.2.1)
76+
activesupport (= 8.1.2.1)
7777
activemodel-serializers-xml (1.0.3)
7878
activemodel (>= 5.0.0.a)
7979
activesupport (>= 5.0.0.a)
8080
builder (~> 3.1)
81-
activerecord (8.1.2)
82-
activemodel (= 8.1.2)
83-
activesupport (= 8.1.2)
81+
activerecord (8.1.2.1)
82+
activemodel (= 8.1.2.1)
83+
activesupport (= 8.1.2.1)
8484
timeout (>= 0.4.0)
8585
activeresource (6.2.0)
8686
activemodel (>= 7.0)
8787
activemodel-serializers-xml (~> 1.0)
8888
activesupport (>= 7.0)
89-
activestorage (8.1.2)
90-
actionpack (= 8.1.2)
91-
activejob (= 8.1.2)
92-
activerecord (= 8.1.2)
93-
activesupport (= 8.1.2)
89+
activestorage (8.1.2.1)
90+
actionpack (= 8.1.2.1)
91+
activejob (= 8.1.2.1)
92+
activerecord (= 8.1.2.1)
93+
activesupport (= 8.1.2.1)
9494
marcel (~> 1.0)
95-
activesupport (8.1.2)
95+
activesupport (8.1.2.1)
9696
base64
9797
bigdecimal
9898
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -545,20 +545,20 @@ GEM
545545
rack (>= 1.3)
546546
rackup (2.3.1)
547547
rack (>= 3)
548-
rails (8.1.2)
549-
actioncable (= 8.1.2)
550-
actionmailbox (= 8.1.2)
551-
actionmailer (= 8.1.2)
552-
actionpack (= 8.1.2)
553-
actiontext (= 8.1.2)
554-
actionview (= 8.1.2)
555-
activejob (= 8.1.2)
556-
activemodel (= 8.1.2)
557-
activerecord (= 8.1.2)
558-
activestorage (= 8.1.2)
559-
activesupport (= 8.1.2)
548+
rails (8.1.2.1)
549+
actioncable (= 8.1.2.1)
550+
actionmailbox (= 8.1.2.1)
551+
actionmailer (= 8.1.2.1)
552+
actionpack (= 8.1.2.1)
553+
actiontext (= 8.1.2.1)
554+
actionview (= 8.1.2.1)
555+
activejob (= 8.1.2.1)
556+
activemodel (= 8.1.2.1)
557+
activerecord (= 8.1.2.1)
558+
activestorage (= 8.1.2.1)
559+
activesupport (= 8.1.2.1)
560560
bundler (>= 1.15.0)
561-
railties (= 8.1.2)
561+
railties (= 8.1.2.1)
562562
rails-controller-testing (1.0.5)
563563
actionpack (>= 5.0.1.rc1)
564564
actionview (>= 5.0.1.rc1)
@@ -573,9 +573,9 @@ GEM
573573
rails-i18n (8.1.0)
574574
i18n (>= 0.7, < 2)
575575
railties (>= 8.0.0, < 9)
576-
railties (8.1.2)
577-
actionpack (= 8.1.2)
578-
activesupport (= 8.1.2)
576+
railties (8.1.2.1)
577+
actionpack (= 8.1.2.1)
578+
activesupport (= 8.1.2.1)
579579
irb (~> 1.13)
580580
rackup (>= 1.0.0)
581581
rake (>= 12.2)
@@ -770,7 +770,7 @@ DEPENDENCIES
770770
opentelemetry-sdk (~> 1.10)
771771
pg (~> 1.6)
772772
puma (~> 7.2.0)
773-
rails (= 8.1.2)
773+
rails (~> 8.1.2)
774774
rails-controller-testing
775775
rails-i18n (~> 8.1)
776776
redis
@@ -790,20 +790,20 @@ DEPENDENCIES
790790

791791
CHECKSUMS
792792
action_text-trix (2.1.17) sha256=b44691639d77e67169dc054ceacd1edc04d44dc3e4c6a427aa155a2beb4cc951
793-
actioncable (8.1.2) sha256=dc31efc34cca9cdefc5c691ddb8b4b214c0ea5cd1372108cbc1377767fb91969
794-
actionmailbox (8.1.2) sha256=058b2fb1980e5d5a894f675475fcfa45c62631103d5a2596d9610ec81581889b
795-
actionmailer (8.1.2) sha256=f4c1d2060f653bfe908aa7fdc5a61c0e5279670de992146582f2e36f8b9175e9
796-
actionpack (8.1.2) sha256=ced74147a1f0daafaa4bab7f677513fd4d3add574c7839958f7b4f1de44f8423
797-
actiontext (8.1.2) sha256=0bf57da22a9c19d970779c3ce24a56be31b51c7640f2763ec64aa72e358d2d2d
798-
actionview (8.1.2) sha256=80455b2588911c9b72cec22d240edacb7c150e800ef2234821269b2b2c3e2e5b
793+
actioncable (8.1.2.1) sha256=a2f88cecce148b3fcb63d2e517d7694e119830a85baa7d6cf59e5453dcf32e8d
794+
actionmailbox (8.1.2.1) sha256=c2e45c0c1e5687e35e050838c94a8aed0d954c56a32ea411d54cd848c338c54e
795+
actionmailer (8.1.2.1) sha256=d7d62fbc2197f1a7006bb5af4c665edf999adf79ab6c10337c088d27e6622071
796+
actionpack (8.1.2.1) sha256=a6b69cd10ec4c8d978c8eee51206e34152b1c1be017e534236dbc89a3d00ffb8
797+
actiontext (8.1.2.1) sha256=1e503ce600a6ab2e12a46f999959a7d8e2fdaff910ca01dcf3b968934b55d957
798+
actionview (8.1.2.1) sha256=38daa7b87bca427e2967f139e5b7f0d1081271bdafd0e015d8ef97a006f570a6
799799
active_kms (0.2.0) sha256=4d3960dac9a4b3626c4914586b0a9022dc46f35b76ad0fa89950b0b21bdc4628
800-
activejob (8.1.2) sha256=908dab3713b101859536375819f4156b07bdf4c232cc645e7538adb9e302f825
801-
activemodel (8.1.2) sha256=e21358c11ce68aed3f9838b7e464977bc007b4446c6e4059781e1d5c03bcf33e
800+
activejob (8.1.2.1) sha256=c89c311d07fd358b76c581ed8fee87c5b4351fb44994f3389385c014d22182fe
801+
activemodel (8.1.2.1) sha256=8f31a6f9c12fecb8e5a0fce8a8950cfd94f0d75829322935f99e8217a3e5f3c6
802802
activemodel-serializers-xml (1.0.3) sha256=fa1b16305e7254cc58a59c68833e3c0a593a59c8ab95d3be5aaea7cd9416c397
803-
activerecord (8.1.2) sha256=acfbe0cadfcc50fa208011fe6f4eb01cae682ebae0ef57145ba45380c74bcc44
803+
activerecord (8.1.2.1) sha256=3f79140318ff6d23376f5d9b1b5b5e2c7d3cc8979dd71367e9a8394378ca630a
804804
activeresource (6.2.0) sha256=818ca60d3cd1ff7bbb7277f41250ad4d61a7cdbe30fbf52b2145e1b66ed13900
805-
activestorage (8.1.2) sha256=8a63a48c3999caeee26a59441f813f94681fc35cc41aba7ce1f836add04fba76
806-
activesupport (8.1.2) sha256=88842578ccd0d40f658289b0e8c842acfe9af751afee2e0744a7873f50b6fdae
805+
activestorage (8.1.2.1) sha256=36794c9b8853ac9276b0386cb1f8973374d8e71e8a9666bb02e70f5b7c9c5391
806+
activesupport (8.1.2.1) sha256=beec20ced12ad569194554399449a6372fdab03061b8f48a9ed6ef9b7dc251b2
807807
addressable (2.8.6) sha256=798f6af3556641a7619bad1dce04cdb6eb44b0216a991b0396ea7339276f2b47
808808
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
809809
aws-eventstream (1.4.0) sha256=116bf85c436200d1060811e6f5d2d40c88f65448f2125bc77ffce5121e6e183b
@@ -981,12 +981,12 @@ CHECKSUMS
981981
rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
982982
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
983983
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
984-
rails (8.1.2) sha256=5069061b23dfa8706b9f0159ae8b9d35727359103178a26962b868a680ba7d95
984+
rails (8.1.2.1) sha256=93ebf1efc792c9bc47e9795259c920312d3920008dad3ae634b7a0457ffe0af8
985985
rails-controller-testing (1.0.5) sha256=741448db59366073e86fc965ba403f881c636b79a2c39a48d0486f2607182e94
986986
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
987987
rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
988988
rails-i18n (8.1.0) sha256=52d5fd6c0abef28d84223cc05647f6ae0fd552637a1ede92deee9545755b6cf3
989-
railties (8.1.2) sha256=1289ece76b4f7668fc46d07e55cc992b5b8751f2ad85548b7da351b8c59f8055
989+
railties (8.1.2.1) sha256=f4d902869541af4e5b5552d726062fa59ec0fd9078f7ab87720dbd93f22c43ee
990990
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
991991
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
992992
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192

0 commit comments

Comments
 (0)