From 8f991f72ea8e9ec3d6faf6fdca5f21ca91894d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Jun 2018 05:17:21 +0000 Subject: [PATCH] Bump capistrano-rails from 1.3.1 to 1.4.0 Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/capistrano/rails/releases) - [Changelog](https://github.com/capistrano/rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/capistrano/rails/compare/v1.3.1...v1.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 863bd9d..6a3fd65 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'pry', '~> 0.11.3' gem 'rubocop', '~> 0.56.0' gem 'capistrano', '~> 3.10.2' -gem 'capistrano-rails', '~> 1.3.1' +gem 'capistrano-rails', '~> 1.4.0' gem 'capistrano-rbenv', '~> 2.1.3' gem 'commonmarker', '~> 0.17.9' diff --git a/Gemfile.lock b/Gemfile.lock index dc51af9..6747b0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM capistrano-bundler (1.3.0) capistrano (~> 3.1) sshkit (~> 1.2) - capistrano-rails (1.3.1) + capistrano-rails (1.4.0) capistrano (~> 3.1) capistrano-bundler (~> 1.1) capistrano-rbenv (2.1.3) @@ -48,7 +48,7 @@ GEM minitest (5.11.3) net-scp (1.2.1) net-ssh (>= 2.6.5) - net-ssh (4.2.0) + net-ssh (5.0.1) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) parallel (1.12.1) @@ -78,7 +78,7 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sshkit (1.16.0) + sshkit (1.16.1) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) thread_safe (0.3.6) @@ -91,7 +91,7 @@ PLATFORMS DEPENDENCIES capistrano (~> 3.10.2) - capistrano-rails (~> 1.3.1) + capistrano-rails (~> 1.4.0) capistrano-rbenv (~> 2.1.3) commonmarker (~> 0.17.9) graphql-docs (~> 1.4.0)