aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
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'