diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-04-01 10:50:05 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-04-01 10:50:05 +0200 |
commit | 9bc91db6edc280012b370595c06f851f0ae4666f (patch) | |
tree | 055127aba9cbb6e7d02c0ebdd58fe872f6bdc733 /Capfile | |
parent | e4dec2bc26ef55c550c91c329f382bc6f087284b (diff) | |
download | hmnoweb-9bc91db6edc280012b370595c06f851f0ae4666f.tar.gz hmnoweb-9bc91db6edc280012b370595c06f851f0ae4666f.tar.bz2 hmnoweb-9bc91db6edc280012b370595c06f851f0ae4666f.zip |
Use capistrano/rbenv to ensure we have the right ruby.
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ require 'capistrano/scm/git' require 'capistrano/rails/assets' require 'capistrano/rails/migrations' require 'capistrano/postgresql' -# require 'capistrano/passenger' +require 'capistrano/rbenv' install_plugin Capistrano::SCM::Git |