From 761d2ef8483e5c74a30b9b30774d758cea56a7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 Aug 2018 22:23:43 +0000 Subject: [PATCH] Bump capistrano-rails from 1.2.3 to 1.4.0 Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.2.3 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.2.3...v1.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 4f7fb3661..fd4b26e38 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'rack-dev-mark', '~> 0.7.5' # Deploy with Capistrano gem 'capistrano', '~> 3.8.1' -gem 'capistrano-rails', '~> 1.2.3' +gem 'capistrano-rails', '~> 1.4.0' gem 'capistrano-rbenv', '~> 2.1.1' gem 'capistrano-bundler', '~> 1.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5d862e277..52d15c6d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.4.0) - airbrussh (1.2.0) + airbrussh (1.3.0) sshkit (>= 1.6.1, != 1.7.0) arel (6.0.4) ast (2.4.0) @@ -93,7 +93,7 @@ GEM bower-rails (0.11.0) builder (3.2.3) cancan (1.6.10) - capistrano (3.8.1) + capistrano (3.8.2) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -101,7 +101,7 @@ GEM capistrano-bundler (1.2.0) capistrano (~> 3.1) sshkit (~> 1.2) - capistrano-rails (1.2.3) + capistrano-rails (1.4.0) capistrano (~> 3.1) capistrano-bundler (~> 1.1) capistrano-rbenv (2.1.1) @@ -181,7 +181,7 @@ GEM hydra-access-controls (= 6.5.2) hydra-core (= 6.5.2) rails (>= 3.2.6) - i18n (0.8.1) + i18n (0.8.6) jaro_winkler (1.5.1) jettywrapper (2.0.3) activesupport (>= 3.0.0) @@ -224,7 +224,7 @@ GEM multipart-post (2.0.0) net-scp (1.2.1) net-ssh (>= 2.6.5) - net-ssh (4.1.0) + net-ssh (5.0.2) netrc (0.10.3) newrelic_rpm (5.3.0.346) nokogiri (1.8.4) @@ -399,7 +399,7 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sshkit (1.13.1) + sshkit (1.17.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) stomp (1.3.4) @@ -443,7 +443,7 @@ DEPENDENCIES bower-rails (~> 0.11.0) capistrano (~> 3.8.1) capistrano-bundler (~> 1.2.0) - capistrano-rails (~> 1.2.3) + capistrano-rails (~> 1.4.0) capistrano-rbenv (~> 2.1.1) capybara (~> 2.14.0) coffee-rails (~> 4.2.1)