aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-12-16 14:21:42 +0100
committerHarald Eilertsen <haraldei@anduin.net>2017-12-16 14:21:42 +0100
commit3c4b7f712d61a9006f90960273fdefcb0c7ca371 (patch)
treeba053bdf09fc43123942af68e1c4b5cb5409b780 /Gemfile
parent486234e88955306e67dbdfca4027392328f81c56 (diff)
parent515b798b48c799df74f4132a7837faeaba141a8a (diff)
downloadhmnoweb-3c4b7f712d61a9006f90960273fdefcb0c7ca371.tar.gz
hmnoweb-3c4b7f712d61a9006f90960273fdefcb0c7ca371.tar.bz2
hmnoweb-3c4b7f712d61a9006f90960273fdefcb0c7ca371.zip
Merge branch 'reboot-vagrant'
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