summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTyler Mercier <tylermercier@gmail.com>2013-07-19 09:48:38 -0600
committerTyler Mercier <tylermercier@gmail.com>2013-07-22 15:03:42 -0600
commitc538fbb9ec6405d5a06e3b39001a22f87f335e9f (patch)
treecd0c379efb708c10078c69a3f0cdd1d1d2bcdd02 /Gemfile
parent816743656201c0ca2a8fb6282870184636878e0c (diff)
add unicorn. add capistrano
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 459ba6a..63d8471 100644
--- a/Gemfile
+++ b/Gemfile
@@ -50,10 +50,10 @@ end
# gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the app server
-# gem 'unicorn'
+gem 'unicorn'
# Use Capistrano for deployment
-# gem 'capistrano', group: :development
+gem 'capistrano', group: :development
# Use debugger
# gem 'debugger', group: [:development, :test]