aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-09-10 16:27:02 +1000
committerHenare Degan <henare.degan@gmail.com>2012-09-10 16:27:02 +1000
commit2fe7e3bcca20595c986d4f27a2f43ebddd002fef (patch)
tree267a8fed9dc858d2694248be29845b8403ef6fb7
parent46c2674c8f551cc9bf589ba3af0e77fb6dcdfac2 (diff)
Use bundler via capistrano
-rw-r--r--config/deploy.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index fb056991a..01d461e14 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,3 +1,5 @@
+require 'bundler/capistrano'
+
# Deploy to staging by default unless you specify '-S stage=production' on the command line
set :stage, 'staging' unless exists? :stage