summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-24 23:04:24 +0200
committerjomo <github@jomo.tv>2014-06-24 23:04:24 +0200
commita2ff7068c059fc5169e0a61c032d746c8440fd5d (patch)
tree6233af3006e94bd202576b4fb41afea8c60bf608 /Gemfile
parent1eecb530c378158c7327718e13245b0861ee50ce (diff)
added capistrano; more production changes
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6cdc475..e5364dd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,7 +36,8 @@ end
gem 'unicorn'
# Deploy with Capistrano
-# gem 'capistrano'
+gem 'capistrano'
+gem 'rvm-capistrano'
# To use debugger
# gem 'debugger'