diff --git a/Gemfile b/Gemfile index e192c8e1f..13c3e4767 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ group :test do end group :development do - gem "capistrano", "~> 3.19.1", require: false + gem "capistrano", "~> 3.19.2", require: false gem "capistrano-bundler", "~> 2.1.1", require: false gem "capistrano-npm", "~> 1.0.3", require: false gem "capistrano-rails", "~> 1.6.3", require: false diff --git a/Gemfile.lock b/Gemfile.lock index d84279fd0..a2fca23ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM json builder (3.3.0) cancancan (3.6.1) - capistrano (3.19.1) + capistrano (3.19.2) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -379,7 +379,7 @@ GEM net-protocol net-protocol (0.2.2) timeout - net-scp (4.0.0) + net-scp (4.1.0) net-ssh (>= 2.6.5, < 8.0.0) net-sftp (4.0.0) net-ssh (>= 5.0.0, < 8.0.0) @@ -429,7 +429,7 @@ GEM omniauth-oauth (~> 1.1) rack orm_adapter (0.5.0) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.26.3) paranoia (3.0.0) activerecord (>= 6, < 8.1) @@ -647,8 +647,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sshkit (1.23.1) + sshkit (1.24.0) base64 + logger net-scp (>= 1.1.2) net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) @@ -721,7 +722,7 @@ DEPENDENCIES autoprefixer-rails (~> 10.4.19) bing_translator (~> 6.2.0) cancancan (~> 3.6.1) - capistrano (~> 3.19.1) + capistrano (~> 3.19.2) capistrano-bundler (~> 2.1.1) capistrano-npm (~> 1.0.3) capistrano-rails (~> 1.6.3)