aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-12-10 22:12:52 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-12-10 22:12:52 +0100
commit0c5df5368e7e73d1e4e2bb7e0ae312c1c5113626 (patch)
treeb0a043604ee0bc8526084edadc4111bd4e7e8564 /Gemfile
parente49b8c0b0e58e8cd50d1675473ff4bc737b068ed (diff)
downloadhmnoweb-0c5df5368e7e73d1e4e2bb7e0ae312c1c5113626.tar.gz
hmnoweb-0c5df5368e7e73d1e4e2bb7e0ae312c1c5113626.tar.bz2
hmnoweb-0c5df5368e7e73d1e4e2bb7e0ae312c1c5113626.zip
Upgrade to Capistrano 3.3.4 and use capistrano-passenger gem.
This also moves us back to stable capistrano deploys.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a2d611b..8fa8184 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,11 +19,12 @@ end
group :deployment do
# Deploy with Capistrano
- gem 'capistrano', :git => 'git@github.com:capistrano/capistrano.git' #'~> 3.2.1'
+ gem 'capistrano', '~> 3.3.4'
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-rvm'
gem 'capistrano-postgresql', '~>3.0'
+ gem 'capistrano-passenger'
end
# Gems used only for assets and not required