Skip to content

Commit 4ad93b5

Browse files
committed
Kamal 2 has been released
1 parent 5dd30bb commit 4ad93b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem "dartsass-rails"
2626
gem "solid_cache"
2727
gem "solid_queue"
2828
gem "solid_cable"
29-
gem "kamal", ">= 2.0.0.rc2", require: false
29+
gem "kamal", ">= 2.1.0", require: false
3030
gem "thruster", require: false
3131
# require: false so bcrypt is loaded only when has_secure_password is used.
3232
# This is to avoid Active Model (and by extension the entire framework)

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ GEM
315315
railties (>= 6.0.0)
316316
json (2.7.1)
317317
jwt (2.7.1)
318-
kamal (2.0.0.rc2)
318+
kamal (2.1.0)
319319
activesupport (>= 7.0)
320320
base64 (~> 0.2)
321321
bcrypt_pbkdf (~> 1.0)
@@ -671,7 +671,7 @@ DEPENDENCIES
671671
jbuilder
672672
jsbundling-rails
673673
json (>= 2.0.0, != 2.7.0)
674-
kamal (>= 2.0.0.rc2)
674+
kamal (>= 2.1.0)
675675
launchy
676676
libxml-ruby
677677
listen (~> 3.3)

railties/lib/rails/generators/rails/app/templates/Gemfile.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem "bootsnap", require: false
3232
<% unless options.skip_kamal? -%>
3333

3434
# 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
3636
<% end -%>
3737
<% unless options.skip_thruster? -%>
3838

0 commit comments

Comments
 (0)