From d8e4dac5731ad45f3e79bf50322c0f478cce9a06 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 13:17:20 +0000 Subject: [PATCH] Bump capistrano-rails from 1.4.0 to 1.6.1 Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.4.0 to 1.6.1. - [Release notes](https://github.com/capistrano/rails/releases) - [Commits](https://github.com/capistrano/rails/compare/v1.4.0...v1.6.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1181c6a73..6e81d92d6 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ end group :development do gem "capistrano", "~> 3.10.1", require: false gem "capistrano-bundler", "~> 1.2", require: false - gem "capistrano-rails", "~> 1.4.0", require: false + gem "capistrano-rails", "~> 1.6.1", require: false gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-puma", "~> 4.0.0" gem "erb_lint", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3ffa297c2..03a345cd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,9 +104,9 @@ GEM capistrano-bundler (1.3.0) capistrano (~> 3.1) sshkit (~> 1.2) - capistrano-rails (1.4.0) + capistrano-rails (1.6.1) capistrano (~> 3.1) - capistrano-bundler (~> 1.1) + capistrano-bundler (>= 1.1, < 3) capistrano3-delayed-job (1.7.6) capistrano (~> 3.0, >= 3.0.0) daemons (~> 1.3) @@ -624,7 +624,7 @@ DEPENDENCIES cancancan (~> 2.3.0) capistrano (~> 3.10.1) capistrano-bundler (~> 1.2) - capistrano-rails (~> 1.4.0) + capistrano-rails (~> 1.6.1) capistrano3-delayed-job (~> 1.7.6) capistrano3-puma (~> 4.0.0) capybara (~> 3.29.0)