From 93c9bf9adc717b7e5f2bb96ec450be8245889ded Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 15 Oct 2015 09:12:01 +0200 Subject: Add capistrano for deployment --- Gemfile.lock | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 326223e..106561f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,6 +2,18 @@ GEM remote: https://rubygems.org/ specs: byebug (6.0.2) + capistrano (3.4.0) + i18n + rake (>= 10.0.0) + sshkit (~> 1.3) + capistrano-bundler (1.1.4) + capistrano (~> 3.1) + sshkit (~> 1.2) + capistrano-passenger (0.1.1) + capistrano (~> 3.0) + capistrano-rvm (0.1.2) + capistrano (~> 3.0) + sshkit (~> 1.2) capybara (2.5.0) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -10,13 +22,18 @@ GEM xpath (~> 2.0) childprocess (0.5.6) ffi (~> 1.0, >= 1.0.11) + colorize (0.7.7) diff-lcs (1.2.5) ffi (1.9.10) + i18n (0.7.0) mail (2.6.3) mime-types (>= 1.16, < 3) mime-types (2.6.2) mini_portile (0.6.2) multi_json (1.11.2) + net-scp (1.2.1) + net-ssh (>= 2.6.5) + net-ssh (3.0.1) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) pdf-core (0.6.0) @@ -28,6 +45,7 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) + rake (10.4.2) rspec (3.3.0) rspec-core (~> 3.3.0) rspec-expectations (~> 3.3.0) @@ -53,6 +71,10 @@ GEM tilt (>= 1.3, < 3) sinatra-url-for (0.2.2.1) sinatra (>= 0.9.1.1) + sshkit (1.7.1) + colorize (>= 0.7.0) + net-scp (>= 1.1.2) + net-ssh (>= 2.8.0) tilt (2.0.1) ttfunk (1.4.0) websocket (1.2.2) @@ -64,6 +86,10 @@ PLATFORMS DEPENDENCIES byebug + capistrano + capistrano-bundler + capistrano-passenger + capistrano-rvm capybara mail prawn -- cgit v1.2.3