diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |