diff --git a/Gemfile b/Gemfile index ea615cf..97eca05 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ group :deploy do gem 'capistrano', '~> 3.10.2' gem 'capistrano-bundler', '~> 1.5.0' gem 'capistrano-rails', '~> 1.4.0' - gem 'capistrano-rbenv', '~> 2.1.4' + gem 'capistrano-rbenv', '~> 2.1.6' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index c0778bd..ff2f850 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM capistrano-rails (1.4.0) capistrano (~> 3.1) capistrano-bundler (~> 1.1) - capistrano-rbenv (2.1.4) + capistrano-rbenv (2.1.6) capistrano (~> 3.1) sshkit (~> 1.3) capybara (3.14.0) @@ -334,7 +334,7 @@ DEPENDENCIES capistrano (~> 3.10.2) capistrano-bundler (~> 1.5.0) capistrano-rails (~> 1.4.0) - capistrano-rbenv (~> 2.1.4) + capistrano-rbenv (~> 2.1.6) capybara (~> 3.14.0) coffee-rails (= 4.2.2) coveralls (~> 0.8.23)