diff --git a/Gemfile b/Gemfile index 1188b17422..376c6ee522 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ gem 'annotate', '~> 3.2.0' # Use Capistrano for deployment gem 'capistrano3-delayed-job', '~> 1.7.6' gem 'capistrano-passenger', '~> 0.2.1', group: :development -gem 'capistrano-rails', '~> 1.6.2', group: :development +gem 'capistrano-rails', '~> 1.6.3', group: :development gem 'capistrano-rvm', '~> 0.1.2', group: :development gem 'capistrano-yarn', '~> 2.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index c8ab11bdac..630d31e893 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM after_commit_everywhere (1.3.1) activerecord (>= 4.2) activesupport - airbrussh (1.4.0) + airbrussh (1.4.1) sshkit (>= 1.6.1, != 1.7.0) annotate (3.2.0) activerecord (>= 3.2, < 8.0) @@ -90,7 +90,7 @@ GEM msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) - capistrano (3.17.0) + capistrano (3.17.3) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -99,7 +99,7 @@ GEM capistrano (~> 3.1) capistrano-passenger (0.2.1) capistrano (~> 3.0) - capistrano-rails (1.6.2) + capistrano-rails (1.6.3) capistrano (~> 3.1) capistrano-bundler (>= 1.1, < 3) capistrano-rvm (0.1.2) @@ -277,11 +277,11 @@ GEM net-protocol net-protocol (0.2.1) timeout - net-scp (1.2.1) - net-ssh (>= 2.6.5) + net-scp (4.0.0) + net-ssh (>= 2.6.5, < 8.0.0) net-smtp (0.3.3) net-protocol - net-ssh (7.0.1) + net-ssh (7.1.0) nio4r (2.5.9) nokogiri (1.15.2-x86_64-linux) racc (~> 1.4) @@ -461,7 +461,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sshkit (1.21.2) + sshkit (1.21.5) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) stackprof (0.2.25) @@ -526,7 +526,7 @@ DEPENDENCIES builder (~> 3.2.4) byebug (~> 11.1.3) capistrano-passenger (~> 0.2.1) - capistrano-rails (~> 1.6.2) + capistrano-rails (~> 1.6.3) capistrano-rvm (~> 0.1.2) capistrano-yarn (~> 2.0.2) capistrano3-delayed-job (~> 1.7.6)