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 @@ -26,7 +26,7 @@ gem "dartsass-rails"
26
26
gem "solid_cache"
27
27
gem "solid_queue"
28
28
gem "solid_cable"
29
- gem "kamal" , ">= 2.0.0.rc2 " , require : false
29
+ gem "kamal" , ">= 2.1.0 " , require : false
30
30
gem "thruster" , require : false
31
31
# require: false so bcrypt is loaded only when has_secure_password is used.
32
32
# This is to avoid Active Model (and by extension the entire framework)
Original file line number Diff line number Diff line change 315
315
railties (>= 6.0.0 )
316
316
json (2.7.1 )
317
317
jwt (2.7.1 )
318
- kamal (2.0.0.rc2 )
318
+ kamal (2.1.0 )
319
319
activesupport (>= 7.0 )
320
320
base64 (~> 0.2 )
321
321
bcrypt_pbkdf (~> 1.0 )
@@ -671,7 +671,7 @@ DEPENDENCIES
671
671
jbuilder
672
672
jsbundling-rails
673
673
json (>= 2.0.0 , != 2.7.0 )
674
- kamal (>= 2.0.0.rc2 )
674
+ kamal (>= 2.1.0 )
675
675
launchy
676
676
libxml-ruby
677
677
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.rc2", require: false
35
+ gem "kamal", 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