aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-06-20 19:57:11 +0200
committerHarald Eilertsen <haraldei@anduin.net>2014-06-20 19:57:11 +0200
commit15ea1510b2b67bd1e249de3b7b9ea99b5e7b468f (patch)
tree217741b19c3534685cf6bd04de62414141641da1 /Gemfile
parent5058ef3e041e9e1b8ed1c5cf74b0441cf5d3c9cd (diff)
downloadhmnoweb-15ea1510b2b67bd1e249de3b7b9ea99b5e7b468f.tar.gz
hmnoweb-15ea1510b2b67bd1e249de3b7b9ea99b5e7b468f.tar.bz2
hmnoweb-15ea1510b2b67bd1e249de3b7b9ea99b5e7b468f.zip
Install Capistrano 3 gems.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index bc8a239..bd9f1c5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,14 @@ group :production do
gem 'pg'
end
+group :deployment do
+ # Deploy with Capistrano
+ gem 'capistrano', '~>3.2.0'
+ gem 'capistrano-bundler'
+ gem 'capistrano-rails'
+ gem 'capistrano-rvm'
+end
+
# Gems used only for assets and not required
# in production environments by default.
group :assets do
@@ -40,10 +48,6 @@ gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the app server
# gem 'unicorn'
-# Deploy with Capistrano
-gem 'capistrano'
-gem 'rvm-capistrano'
-
# To use debugger
# gem 'debugger'