aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-11-02 22:44:41 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-11-02 22:44:41 +0100
commitac059ad9bf69155b9295b0e32aa06ea7f9097d75 (patch)
tree42d943d16f55da3b204e56056bd0a527bef4e65a /Gemfile
parent5398d0d9b29b9b0ae23198f0e81dc8210f7c3fa9 (diff)
downloadhmnoweb-ac059ad9bf69155b9295b0e32aa06ea7f9097d75.tar.gz
hmnoweb-ac059ad9bf69155b9295b0e32aa06ea7f9097d75.tar.bz2
hmnoweb-ac059ad9bf69155b9295b0e32aa06ea7f9097d75.zip
Go back to official release for Capistrano v 3.2.1.
Assuming this has the right fixes to get FreeBSD working.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4617640..4f30371 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,7 +19,7 @@ end
group :deployment do
# Deploy with Capistrano
- gem 'capistrano', :git => 'https://github.com/capistrano/capistrano.git' #'~> 3.2.0'
+ gem 'capistrano', '~> 3.2.1'
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-rvm'