From b85824ca1eca29ab5534cea5a625c2ebe45d08e3 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:31:34 +0000 Subject: [PATCH] Bump capistrano-bundler from 1.2.0 to 1.6.0 Bumps [capistrano-bundler](https://github.com/capistrano/bundler) from 1.2.0 to 1.6.0. - [Release notes](https://github.com/capistrano/bundler/releases) - [Changelog](https://github.com/capistrano/bundler/blob/master/CHANGELOG.md) - [Commits](https://github.com/capistrano/bundler/compare/1.2.0...v1.6.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 1d85e3f6..ed71655a 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ group :deploy do gem 'capistrano', '~> 3.8.1' gem 'capistrano-rails', '~> 1.2.3' gem 'capistrano-rbenv', '~> 2.1.1' - gem 'capistrano-bundler', '~> 1.2.0' + gem 'capistrano-bundler', '~> 1.6.0' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index c9eebcdd..96be10da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - airbrussh (1.2.0) + airbrussh (1.4.0) sshkit (>= 1.6.1, != 1.7.0) arel (6.0.4) ast (2.4.0) @@ -99,9 +99,8 @@ GEM i18n rake (>= 10.0.0) sshkit (>= 1.9.0) - capistrano-bundler (1.2.0) + capistrano-bundler (1.6.0) capistrano (~> 3.1) - sshkit (~> 1.2) capistrano-rails (1.2.3) capistrano (~> 3.1) capistrano-bundler (~> 1.1) @@ -238,9 +237,9 @@ GEM multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) - net-scp (1.2.1) - net-ssh (>= 2.6.5) - net-ssh (4.1.0) + net-scp (2.0.0) + net-ssh (>= 2.6.5, < 6.0.0) + net-ssh (5.2.0) netrc (0.10.3) nokogiri (1.10.8) mini_portile2 (~> 2.4.0) @@ -418,7 +417,7 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sshkit (1.13.1) + sshkit (1.20.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) stomp (1.3.4) @@ -465,7 +464,7 @@ DEPENDENCIES bower-rails (~> 0.11.0) byebug capistrano (~> 3.8.1) - capistrano-bundler (~> 1.2.0) + capistrano-bundler (~> 1.6.0) capistrano-rails (~> 1.2.3) capistrano-rbenv (~> 2.1.1) capybara (~> 2.14.0)