File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
railties/lib/rails/generators/rails/app/templates Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ gem "dartsass-rails"
24
24
gem "solid_cache"
25
25
gem "solid_queue"
26
26
gem "solid_cable"
27
- gem "kamal" , ">= 2.0.0.beta2 " , require : false
27
+ gem "kamal" , ">= 2.0.0.rc2 " , require : false
28
28
gem "thruster" , require : false
29
29
# require: false so bcrypt is loaded only when has_secure_password is used.
30
30
# This is to avoid Active Model (and by extension the entire framework)
Original file line number Diff line number Diff line change 309
309
railties (>= 6.0.0 )
310
310
json (2.7.1 )
311
311
jwt (2.7.1 )
312
- kamal (2.0.0.beta2 )
312
+ kamal (2.0.0.rc2 )
313
313
activesupport (>= 7.0 )
314
314
base64 (~> 0.2 )
315
315
bcrypt_pbkdf (~> 1.0 )
@@ -664,7 +664,7 @@ DEPENDENCIES
664
664
jbuilder
665
665
jsbundling-rails
666
666
json (>= 2.0.0 , != 2.7.0 )
667
- kamal (>= 2.0.0.beta2 )
667
+ kamal (>= 2.0.0.rc2 )
668
668
launchy
669
669
libxml-ruby
670
670
listen (~> 3.3 )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ gem "bootsnap", require: false
32
32
<% unless options.skip_kamal? -%>
33
33
34
34
# Deploy this application anywhere as a Docker container [https://kamal-deploy.org]
35
- gem "kamal", ">= 2.0.0.beta2 ", require: false
35
+ gem "kamal", ">= 2.0.0.rc2 ", require: false
36
36
<% end -%>
37
37
<% unless options.skip_thruster? -%>
38
38
You can’t perform that action at this time.
0 commit comments