diff --git a/Gemfile b/Gemfile index 0f092a2..175d40c 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :development, :test do gem 'factory_girl_rails', '~> 4.5.0' # Deployment - gem 'capistrano', "~>3.3.3", require: false + gem 'capistrano', "~>3.4.0", require: false gem 'capistrano-rails' gem 'capistrano-bundler' gem 'capistrano-rvm', "~>0.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index f98cd7c..f0d2aa5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,8 +60,7 @@ GEM columnize (~> 0.8) debugger-linecache (~> 1.2) slop (~> 3.6) - capistrano (3.3.5) - capistrano-stats (~> 1.1.0) + capistrano (3.4.0) i18n rake (>= 10.0.0) sshkit (~> 1.3) @@ -74,7 +73,6 @@ GEM capistrano-rvm (0.1.2) capistrano (~> 3.0) sshkit (~> 1.2) - capistrano-stats (1.1.1) capybara (2.4.4) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -272,7 +270,7 @@ GEM activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) sqlite3 (1.3.10) - sshkit (1.6.1) + sshkit (1.7.1) colorize (>= 0.7.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) @@ -309,7 +307,7 @@ DEPENDENCIES better_errors binding_of_caller byebug - capistrano (~> 3.3.3) + capistrano (~> 3.4.0) capistrano-bundler capistrano-rails capistrano-rvm (~> 0.1.0) -- libgit2 0.21.2