summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-03-23 00:47:24 +0100
committerjomo <github@jomo.tv>2015-03-23 00:50:13 +0100
commit2237a5f510e57d027739eca844b06da38791562b (patch)
tree66952b8d6b1804cdadb2398426f3cd6f5147a355 /Gemfile
parentb1e32fdedd72e79f921c16e885d8f1787ccb6d9a (diff)
capistrano changes
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile15
1 files changed, 5 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index a982ed2..4bbee9e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,16 +28,11 @@ group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'rails-erd'
+ # deploy with capistrano
+ gem 'capistrano-rails', '~> 1.1.2'
+ gem 'capistrano-rbenv', '~> 2.0'
+ gem 'capistrano-bundler', '~> 1.1.3'
end
-# To use Jbuilder templates for JSON
-# gem 'jbuilder'
-
# Use unicorn as the app server
-gem 'unicorn'
-
-# Deploy with Capistrano
-gem 'capistrano'
-
-# To use debugger
-# gem 'debugger'
+gem 'unicorn' \ No newline at end of file