diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -23,10 +23,7 @@ group :deployment do gem 'capistrano-bundler' gem 'capistrano-rails' gem 'capistrano-rvm' - gem 'capistrano-postgresql', - :git => 'https://github.com/snake66/capistrano-postgresql.git', - :branch => 'set-db-explicitly' - #'~>3.0' + gem 'capistrano-postgresql', '~>3.0' end # Gems used only for assets and not required |