From 28c02ed573057eba96ab8c9b697cf8b8c27af79a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 17:23:13 +0000 Subject: [PATCH] build(deps): bump capistrano from 3.10.2 to 3.12.0 Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.10.2 to 3.12.0. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.10.2...v3.12.0) 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 e5cae14..f6cb88a 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'wicked_pdf', '~> 1.4.0' gem 'wkhtmltopdf-binary', '~>0.12.4' group :deploy do - gem 'capistrano', '~> 3.10.2' + gem 'capistrano', '~> 3.12.0' gem 'capistrano-bundler', '~> 1.5.0' gem 'capistrano-rails', '~> 1.4.0' gem 'capistrano-rbenv', '~> 2.1.4' diff --git a/Gemfile.lock b/Gemfile.lock index 5e9bcd7..67b496a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM sass (>= 3.3.4) bootstrap_form (2.7.0) builder (3.2.4) - capistrano (3.10.2) + capistrano (3.12.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -296,7 +296,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) - sshkit (1.20.0) + sshkit (1.21.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) temple (0.8.0) @@ -331,7 +331,7 @@ DEPENDENCIES autoprefixer-rails (~> 8.1.0) bootstrap-sass (~> 3.3.7) bootstrap_form (~> 2.7.0) - capistrano (~> 3.10.2) + capistrano (~> 3.12.0) capistrano-bundler (~> 1.5.0) capistrano-rails (~> 1.4.0) capistrano-rbenv (~> 2.1.4)