diff --git a/Gemfile b/Gemfile index 860d2d7..24afda9 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'sqlite3', '>= 1.4' gem 'stimulus-rails', '~> 1.3' group :development, :deploy do - gem "kamal", '~> 2.1' + gem "kamal", '~> 2.2' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 816b84f..7bb6a83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM json (2.7.2) jwt (2.8.2) base64 - kamal (2.1.0) + kamal (2.2.2) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) @@ -173,7 +173,7 @@ GEM net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.5.0) net-protocol - net-ssh (7.2.3) + net-ssh (7.3.0) nio4r (2.7.3) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) @@ -336,7 +336,7 @@ DEPENDENCIES byebug (~> 11.0) capybara (~> 3.26) importmap-rails (~> 2.0) - kamal (~> 2.1) + kamal (~> 2.2) minitest-stub_any_instance (~> 1.0) puma (~> 6.4) rack-mini-profiler (~> 3.3)