Skip to content

Commit 34ea0a5

Browse files
committed
Bump Kamal 2 to rc2
1 parent c052270 commit 34ea0a5

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
@@ -24,7 +24,7 @@ gem "dartsass-rails"
2424
gem "solid_cache"
2525
gem "solid_queue"
2626
gem "solid_cable"
27-
gem "kamal", ">= 2.0.0.beta2", require: false
27+
gem "kamal", ">= 2.0.0.rc2", require: false
2828
gem "thruster", require: false
2929
# require: false so bcrypt is loaded only when has_secure_password is used.
3030
# 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
@@ -309,7 +309,7 @@ GEM
309309
railties (>= 6.0.0)
310310
json (2.7.1)
311311
jwt (2.7.1)
312-
kamal (2.0.0.beta2)
312+
kamal (2.0.0.rc2)
313313
activesupport (>= 7.0)
314314
base64 (~> 0.2)
315315
bcrypt_pbkdf (~> 1.0)
@@ -664,7 +664,7 @@ DEPENDENCIES
664664
jbuilder
665665
jsbundling-rails
666666
json (>= 2.0.0, != 2.7.0)
667-
kamal (>= 2.0.0.beta2)
667+
kamal (>= 2.0.0.rc2)
668668
launchy
669669
libxml-ruby
670670
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.beta2", require: false
35+
gem "kamal", ">= 2.0.0.rc2", require: false
3636
<% end -%>
3737
<% unless options.skip_thruster? -%>
3838

0 commit comments

Comments
 (0)