From eaeb952f2891bcee98994c07fd7a80161a2a787d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 20:30:31 +0000 Subject: [PATCH] build(deps): bump capistrano-rbenv from 2.1.4 to 2.1.6 Bumps [capistrano-rbenv](https://github.com/capistrano/rbenv) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/capistrano/rbenv/releases) - [Changelog](https://github.com/capistrano/rbenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/capistrano/rbenv/compare/v2.1.4...v2.1.6) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)