diff --git a/Gemfile b/Gemfile index eb28590..eb51596 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ end group :development do # Use console on exceptions pages [https://github.com/rails/web-console] gem "web-console" - gem 'capistrano', '~> 3.10', require: false + gem 'capistrano', '~> 3.19', require: false gem 'capistrano-rails', '~> 1.5', require: false gem 'capistrano-rbenv', '~>2.1' gem 'capistrano-db-tasks', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 83e2280..9d63c3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM brakeman (6.2.1) racc builder (3.3.0) - capistrano (3.19.1) + capistrano (3.19.2) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -188,7 +188,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) @@ -217,7 +217,7 @@ GEM oauth2 (>= 1.4, < 3) omniauth (~> 2.0) orm_adapter (0.5.0) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.26.3) parser (3.3.5.0) ast (~> 2.4.1) @@ -340,7 +340,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sshkit (1.23.1) + sshkit (1.23.2) base64 net-scp (>= 1.1.2) net-sftp (>= 2.1.2) @@ -389,7 +389,7 @@ PLATFORMS DEPENDENCIES bootsnap brakeman - capistrano (~> 3.10) + capistrano (~> 3.19) capistrano-db-tasks capistrano-rails (~> 1.5) capistrano-rbenv (~> 2.1)