diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2014-11-02 15:54:28 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2014-11-02 15:54:28 +0100 |
commit | 5398d0d9b29b9b0ae23198f0e81dc8210f7c3fa9 (patch) | |
tree | 9bd2237155cfeef7099076d44b5ab3d2b967ebc8 /Gemfile | |
parent | efa3b9168d147f663ac050668a399646e4f883f3 (diff) | |
download | hmnoweb-5398d0d9b29b9b0ae23198f0e81dc8210f7c3fa9.tar.gz hmnoweb-5398d0d9b29b9b0ae23198f0e81dc8210f7c3fa9.tar.bz2 hmnoweb-5398d0d9b29b9b0ae23198f0e81dc8210f7c3fa9.zip |
Upgrade to capistrano-postgresql v3.0.1 containing my fixes.
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 |