aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-12-26 14:05:09 +0100
committerHarald Eilertsen <haraldei@anduin.net>2017-12-26 14:05:09 +0100
commitad7591bbac5b65bdaebba795300a37fe04295cc1 (patch)
treeaf11e8e215e1564f2d4bf40efa57b17e31828bb8
parent03bc78d2a69fe12a575197e969153282b5f3a144 (diff)
downloadhmnoweb-ad7591bbac5b65bdaebba795300a37fe04295cc1.tar.gz
hmnoweb-ad7591bbac5b65bdaebba795300a37fe04295cc1.tar.bz2
hmnoweb-ad7591bbac5b65bdaebba795300a37fe04295cc1.zip
Go back to release version of capistrano-postgresql gem again.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock12
2 files changed, 4 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index 8649166..aefd8ef 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,7 @@ group :deployment do
gem 'capistrano', '~> 3.3.4'
gem 'capistrano-bundler'
gem 'capistrano-rails'
- gem 'capistrano-postgresql', '~> 4.6.1', :git => 'https://github.com/snake66/capistrano-postgresql/', :branch => 'use-systemdb-for-creating-users-dbs'
+ gem 'capistrano-postgresql', '~> 4.7.0'
end
# Gems used only for assets and not required
diff --git a/Gemfile.lock b/Gemfile.lock
index a28f67d..2f177ef 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -29,14 +29,6 @@ GIT
refinerycms-settings (~> 2.1.0)
seo_meta (~> 1.4.0)
-GIT
- remote: https://github.com/snake66/capistrano-postgresql/
- revision: f8acac461b24e6f9446a071447bc3797ac110cf2
- branch: use-systemdb-for-creating-users-dbs
- specs:
- capistrano-postgresql (4.6.1)
- capistrano (>= 3.0)
-
PATH
remote: vendor/extensions
specs:
@@ -93,6 +85,8 @@ GEM
capistrano-bundler (1.1.2)
capistrano (~> 3.0)
sshkit (~> 1.2)
+ capistrano-postgresql (4.7.0)
+ capistrano (>= 3.0)
capistrano-rails (1.1.1)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
@@ -277,7 +271,7 @@ DEPENDENCIES
bcrypt-ruby (~> 3.0.0)
capistrano (~> 3.3.4)
capistrano-bundler
- capistrano-postgresql (~> 4.6.1)!
+ capistrano-postgresql (~> 4.7.0)
capistrano-rails
coffee-rails (~> 3.2)
jquery-rails (~> 2.3.0)