aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 5 insertions, 2 deletions
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