aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-04-01 10:50:05 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-04-01 10:50:05 +0200
commit9bc91db6edc280012b370595c06f851f0ae4666f (patch)
tree055127aba9cbb6e7d02c0ebdd58fe872f6bdc733 /Gemfile
parente4dec2bc26ef55c550c91c329f382bc6f087284b (diff)
downloadhmnoweb-9bc91db6edc280012b370595c06f851f0ae4666f.tar.gz
hmnoweb-9bc91db6edc280012b370595c06f851f0ae4666f.tar.bz2
hmnoweb-9bc91db6edc280012b370595c06f851f0ae4666f.zip
Use capistrano/rbenv to ensure we have the right ruby.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f02cadd..cb1ae71 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,6 +24,7 @@ group :deployment do
gem 'capistrano', '~> 3.10.0'
gem 'capistrano-bundler'
gem 'capistrano-rails'
+ gem 'capistrano-rbenv', '~> 2.1'
gem 'capistrano-postgresql', '~> 4.7.0'
end