aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-12-11 20:51:20 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-12-11 20:51:20 +0100
commitc79fe69abe37b0454a86ae78b6f333363f95bff2 (patch)
treedd7024f4b269d286e5abb00d9a374b94fe663ec8 /Gemfile.lock
parent1232a5e141a8af17cae52b8a486c71b1e2119437 (diff)
downloadhmnoweb-c79fe69abe37b0454a86ae78b6f333363f95bff2.tar.gz
hmnoweb-c79fe69abe37b0454a86ae78b6f333363f95bff2.tar.bz2
hmnoweb-c79fe69abe37b0454a86ae78b6f333363f95bff2.zip
Upgrade capistrano-postgresql to private version.
Based on official version 4.2 but with added option to avoid sudo when creating databases and database users.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock16
1 files changed, 11 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 1683de3..bc22203 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,11 @@
+GIT
+ remote: https://github.com/snake66/capistrano-postgresql.git
+ revision: ce232fe921be19eb1b5cb21d10e8b256d9f35f3b
+ branch: make-sudo-optional
+ specs:
+ capistrano-postgresql (4.2.0)
+ capistrano (>= 3.0)
+
GEM
remote: https://rubygems.org/
specs:
@@ -49,8 +57,6 @@ GEM
sshkit (~> 1.2)
capistrano-passenger (0.0.1)
capistrano (~> 3.0)
- capistrano-postgresql (3.0.1)
- capistrano (>= 3.0)
capistrano-rails (1.1.1)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
@@ -65,7 +71,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.6.2)
- colorize (0.7.3)
+ colorize (0.7.4)
devise (2.0.5)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
@@ -133,7 +139,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
- rake (10.3.2)
+ rake (10.4.2)
rdoc (3.12.2)
json (~> 1.4)
refinerycms (2.0.10)
@@ -366,7 +372,7 @@ DEPENDENCIES
capistrano (~> 3.3.4)
capistrano-bundler
capistrano-passenger
- capistrano-postgresql (~> 3.0)
+ capistrano-postgresql!
capistrano-rails
capistrano-rvm
coffee-rails (~> 3.2)