diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-12-10 16:13:07 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-12-10 16:13:07 +0100 |
commit | d371e234be01451f983c333bc8c82862141f2ef4 (patch) | |
tree | 4903a7d1d1b8aaf73d1c9e10acd1fff78d373b94 | |
parent | c061c8a90c549f769065a68c27d70a198288ffe7 (diff) | |
download | hmnoweb-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.
-rw-r--r-- | Gemfile | 5 | ||||
-rw-r--r-- | Gemfile.lock | 16 |
2 files changed, 11 insertions, 10 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 diff --git a/Gemfile.lock b/Gemfile.lock index 4f6fb5d..a385121 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,14 @@ GIT refinerycms-pages (~> 2.1.0) GIT + remote: https://github.com/capistrano-plugins/capistrano-postgresql.git + revision: fcdd992993c146e382bdd86ec6e31cf97b5db387 + branch: feature/psql_without_sudo + specs: + capistrano-postgresql (4.6.0) + capistrano (>= 3.0) + +GIT remote: https://github.com/refinery/refinerycms-acts-as-indexed.git revision: 47cd0b6427a1ee7c513124c7a56c7cb5f93716f6 branch: 1-0-stable @@ -29,14 +37,6 @@ GIT refinerycms-settings (~> 2.1.0) seo_meta (~> 1.4.0) -GIT - remote: https://github.com/snake66/capistrano-postgresql.git - revision: a51bd6bdcb8f14a844cacff6c18d6942adea8c23 - branch: make-sudo-optional - specs: - capistrano-postgresql (4.2.1) - capistrano (>= 3.0) - GEM remote: https://rubygems.org/ specs: |