aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-11-02 22:50:48 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-11-02 22:50:48 +0100
commit178a594b66a89bc79114c4c87ac5636b2e6178fa (patch)
treef65799a97613304eed7725a1ee8402b7eff1957d /Gemfile
parentac059ad9bf69155b9295b0e32aa06ea7f9097d75 (diff)
downloadhmnoweb-178a594b66a89bc79114c4c87ac5636b2e6178fa.tar.gz
hmnoweb-178a594b66a89bc79114c4c87ac5636b2e6178fa.tar.bz2
hmnoweb-178a594b66a89bc79114c4c87ac5636b2e6178fa.zip
Nope, still need edge capistrano, use git-transport, though.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4f30371..bdb1a3d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,7 +19,7 @@ end
group :deployment do
# Deploy with Capistrano
- gem 'capistrano', '~> 3.2.1'
+ gem 'capistrano', :git => 'git@github.com:capistrano/capistrano.git' #'~> 3.2.1'
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-rvm'