aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-07-04 15:54:13 +0200
committerHarald Eilertsen <haraldei@anduin.net>2014-07-04 15:54:13 +0200
commit374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a (patch)
tree859ed18de9b7ecf36742b94e2c455a57fe69fc7d /Gemfile
parent8d8b555f07e21ad5f225f630cc50b97e6ec28c24 (diff)
downloadhmnoweb-374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a.tar.gz
hmnoweb-374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a.tar.bz2
hmnoweb-374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a.zip
Update to edge capistrano and capistrano-postgresql.
Released gems have problems on freebsd, using directly from git until gems are updated.
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