From f87c4dcd22de23270587efcd2e3ae52dc9b3c0eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 09:18:20 +0000 Subject: [PATCH] build(deps): bump capistrano from 3.10.2 to 3.11.2 Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.10.2 to 3.11.2. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.10.2...v3.11.2) 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 a929ac0..28138e3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'autoprefixer-rails', '~>8.1.0' # lock at 8.1.0 gem 'bootstrap-sass', '~> 3.3.7' # lock at 3.3.7 gem 'bootstrap_form', '~> 2.7.0' -gem 'capistrano', '~> 3.10.2' +gem 'capistrano', '~> 3.11.2' 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 c0778bd..c3f5ad0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM sass (>= 3.3.4) bootstrap_form (2.7.0) builder (3.2.3) - capistrano (3.10.2) + capistrano (3.11.2) airbrussh (>= 1.0.0) i18n rake (>= 10.0.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.11.2) capistrano-bundler (~> 1.5.0) capistrano-rails (~> 1.4.0) capistrano-rbenv (~> 2.1.4)