aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-12-10 16:13:07 +0100
committerHarald Eilertsen <haraldei@anduin.net>2017-12-10 16:13:07 +0100
commitd371e234be01451f983c333bc8c82862141f2ef4 (patch)
tree4903a7d1d1b8aaf73d1c9e10acd1fff78d373b94 /Gemfile
parentc061c8a90c549f769065a68c27d70a198288ffe7 (diff)
downloadhmnoweb-d371e234be01451f983c333bc8c82862141f2ef4.tar.gz
hmnoweb-d371e234be01451f983c333bc8c82862141f2ef4.tar.bz2
hmnoweb-d371e234be01451f983c333bc8c82862141f2ef4.zip
Update version of capistrano-postgresql used.
Not all that important for the vagrant stuff, but since the upstream references had changed, it choked on the gt fetch.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index a70ed8e..9f8646f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,4 @@
+# :jedit:mode=ruby:
source 'https://rubygems.org'
gem 'rails', '~> 3.2'
@@ -24,8 +25,8 @@ group :deployment do
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-postgresql',
- :git => 'https://github.com/snake66/capistrano-postgresql.git',
- :branch => 'make-sudo-optional' #'~>4.0'
+ :git => 'https://github.com/capistrano-plugins/capistrano-postgresql.git',
+ :branch => 'feature/psql_without_sudo' #'~>4.0'
end
# Gems used only for assets and not required