From 79d9cd3c5e3764db9d3506e1702042a7a7a4aea3 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 21:39:57 -0400 Subject: Set up Capistrano --- Gemfile.lock | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 857547f..6058aa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,11 +40,29 @@ GEM tzinfo (~> 1.1) addressable (2.5.1) public_suffix (~> 2.0, >= 2.0.2) + airbrussh (1.2.0) + sshkit (>= 1.6.1, != 1.7.0) arel (8.0.0) bcrypt (3.1.11) bindex (0.5.0) builder (3.2.3) byebug (9.0.6) + capistrano (3.8.1) + 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-passenger (0.2.0) + capistrano (~> 3.0) + capistrano-rails (1.2.3) + capistrano (~> 3.1) + capistrano-bundler (~> 1.1) + capistrano-rvm (0.1.2) + capistrano (~> 3.0) + sshkit (~> 1.2) capybara (2.14.3) addressable mime-types (>= 1.16) @@ -82,6 +100,7 @@ GEM haml (5.0.1) temple (>= 0.8.0) tilt + highline (1.7.8) i18n (0.8.4) jbuilder (2.7.0) activesupport (>= 4.2.0) @@ -106,6 +125,9 @@ GEM mini_portile2 (2.2.0) minitest (5.10.2) multi_json (1.12.1) + net-scp (1.2.1) + net-ssh (>= 2.6.5) + net-ssh (4.1.0) nio4r (2.1.0) nokogiri (1.8.0) mini_portile2 (~> 2.2.0) @@ -177,6 +199,9 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + sshkit (1.13.1) + net-scp (>= 1.1.2) + net-ssh (>= 2.8.0) temple (0.8.0) thor (0.19.4) thread_safe (0.3.6) @@ -206,11 +231,17 @@ PLATFORMS DEPENDENCIES byebug + capistrano (~> 3.0) + capistrano-bundler + capistrano-passenger + capistrano-rails + capistrano-rvm capybara (~> 2.13) ckeditor coffee-rails (~> 4.2) devise haml + highline jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2) -- cgit 1.4.1