From 374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 4 Jul 2014 15:54:13 +0200 Subject: Update to edge capistrano and capistrano-postgresql. Released gems have problems on freebsd, using directly from git until gems are updated. --- Gemfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 522fd29..4059b30 100644 --- a/Gemfile +++ b/Gemfile @@ -19,11 +19,14 @@ end group :deployment do # Deploy with Capistrano - gem 'capistrano', '~>3.2.0' + gem 'capistrano', :git => 'https://github.com/capistrano/capistrano.git' #'~> 3.2.0' gem 'capistrano-bundler' gem 'capistrano-rails' gem 'capistrano-rvm' - gem 'capistrano-postgresql', '~>3.0' + gem 'capistrano-postgresql', + :git => 'git@github.com:snake66/capistrano-postgresql.git', + :branch => 'master' + #'~>3.0' end # Gems used only for assets and not required -- cgit v1.2.3