From 177fe5451b9bc1ebba62ed9ed4975a36f9f65c95 Mon Sep 17 00:00:00 2001 From: James Gregory Date: Tue, 11 Apr 2017 15:12:30 +0100 Subject: [PATCH] Added Capistrano to the Gemfile --- Gemfile | 7 +++++++ Gemfile.lock | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/Gemfile b/Gemfile index a86b49818..5547600ba 100644 --- a/Gemfile +++ b/Gemfile @@ -97,3 +97,10 @@ gem 'trix', "~> 0.10", ">= 0.10.1" # React support gem 'react-rails', "~> 1.10" + +# Capistrano support +group :development do + gem 'capistrano', '~> 3.8' + gem 'capistrano-rails', require: false + gem 'capistrano-bundler', require: false +end diff --git a/Gemfile.lock b/Gemfile.lock index f91cf0f0c..b8ba20b02 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,6 +40,8 @@ GEM tzinfo (~> 1.1) addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) + airbrussh (1.1.2) + sshkit (>= 1.6.1, != 1.7.0) arel (7.1.4) babel-source (5.8.35) babel-transpiler (0.7.0) @@ -49,6 +51,17 @@ GEM builder (3.2.3) byebug (9.0.6) cancancan (1.15.0) + capistrano (3.8.0) + airbrussh (>= 1.0.0) + i18n + rake (>= 10.0.0) + sshkit (>= 1.9.0) + capistrano-bundler (1.2.0) + capistrano (~> 3.1) + sshkit (~> 1.2) + capistrano-rails (1.2.3) + capistrano (~> 3.1) + capistrano-bundler (~> 1.1) chunky_png (1.3.8) climate_control (0.0.3) activesupport (>= 3.0) @@ -151,6 +164,9 @@ GEM multipart-post (2.0.0) mysql2 (0.4.5) net-ldap (0.11) + net-scp (1.2.1) + net-ssh (>= 2.6.5) + net-ssh (4.1.0) nio4r (2.0.0) nokogiri (1.7.0.1) mini_portile2 (~> 2.1.0) @@ -257,6 +273,9 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.12) + sshkit (1.13.1) + net-scp (>= 1.1.2) + net-ssh (>= 2.8.0) term-ansicolor (1.4.0) tins (~> 1.0) thor (0.19.4) @@ -283,6 +302,9 @@ PLATFORMS DEPENDENCIES byebug (~> 9.0) cancancan (~> 1.15) + capistrano (~> 3.8) + capistrano-bundler + capistrano-rails coffee-rails (~> 4.2.0) compass-rails (~> 3.0.0) coveralls (~> 0.8)