aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock16
2 files changed, 14 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 8fa8184..bb22fc5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,7 +23,9 @@ group :deployment do
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-rvm'
- gem 'capistrano-postgresql', '~>3.0'
+ gem 'capistrano-postgresql',
+ :git => 'https://github.com/snake66/capistrano-postgresql.git',
+ :branch => 'make-sudo-optional' #'~>4.0'
gem 'capistrano-passenger'
end
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)