diff --git a/Gemfile b/Gemfile index 41a1eae..8649fb5 100644 --- a/Gemfile +++ b/Gemfile @@ -36,6 +36,11 @@ gem 'foreman' gem 'carrierwave' group :development do + gem 'capistrano', '~> 3.0', require: false + gem 'capistrano-rails', '~> 1.1', require: false + gem 'capistrano-bundler', '~> 1.1', require: false + gem 'capistrano-rvm', '~> 0.1', require: false + gem 'better_errors' gem 'binding_of_caller', :platforms=>[:mri_21] gem 'guard-bundler' diff --git a/Gemfile.lock b/Gemfile.lock index 3ec9c0c..09a0103 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,6 +63,19 @@ GEM thor builder (3.2.2) cancan (1.6.10) + capistrano (3.2.1) + i18n + rake (>= 10.0.0) + sshkit (~> 1.3) + capistrano-bundler (1.1.2) + capistrano (~> 3.0) + sshkit (~> 1.2) + capistrano-rails (1.1.1) + capistrano (~> 3.1) + capistrano-bundler (~> 1.1) + capistrano-rvm (0.1.1) + capistrano (~> 3.0) + sshkit (~> 1.2) capybara (2.2.1) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -89,6 +102,7 @@ GEM coffee-script-source execjs coffee-script-source (1.7.0) + colorize (0.7.3) columnize (0.8.9) commonjs (0.2.7) daemons (1.1.9) @@ -226,6 +240,9 @@ GEM multi_xml (0.5.5) multipart-post (2.0.0) mysql2 (0.3.15) + net-scp (1.2.1) + net-ssh (>= 2.6.5) + net-ssh (2.9.1) nio4r (1.0.0) nokogiri (1.6.2) mini_portile (~> 0.5.2) @@ -347,6 +364,10 @@ GEM activesupport (>= 3.0) sprockets (~> 2.8) sqlite3 (1.3.9) + sshkit (1.5.1) + colorize + net-scp (>= 1.1.2) + net-ssh (>= 2.8.0) therubyracer (0.12.1) libv8 (~> 3.16.14.0) ref @@ -397,6 +418,10 @@ DEPENDENCIES better_errors binding_of_caller cancan + capistrano (~> 3.0) + capistrano-bundler (~> 1.1) + capistrano-rails (~> 1.1) + capistrano-rvm (~> 0.1) capybara carrierwave coffee-rails (~> 4.0.0) -- libgit2 0.21.2