Skip to content

Commit

Permalink
Kamal 2 has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Oct 2, 2024
1 parent 5dd30bb commit 4ad93b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem "dartsass-rails"
gem "solid_cache"
gem "solid_queue"
gem "solid_cable"
gem "kamal", ">= 2.0.0.rc2", require: false
gem "kamal", ">= 2.1.0", require: false
gem "thruster", require: false
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid Active Model (and by extension the entire framework)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ GEM
railties (>= 6.0.0)
json (2.7.1)
jwt (2.7.1)
kamal (2.0.0.rc2)
kamal (2.1.0)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
Expand Down Expand Up @@ -671,7 +671,7 @@ DEPENDENCIES
jbuilder
jsbundling-rails
json (>= 2.0.0, != 2.7.0)
kamal (>= 2.0.0.rc2)
kamal (>= 2.1.0)
launchy
libxml-ruby
listen (~> 3.3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem "bootsnap", require: false
<% unless options.skip_kamal? -%>

# Deploy this application anywhere as a Docker container [https://kamal-deploy.org]
gem "kamal", ">= 2.0.0.rc2", require: false
gem "kamal", require: false
<% end -%>
<% unless options.skip_thruster? -%>

Expand Down

0 comments on commit 4ad93b5

Please sign in to comment.