From 9bc91db6edc280012b370595c06f851f0ae4666f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 1 Apr 2018 10:50:05 +0200 Subject: Use capistrano/rbenv to ensure we have the right ruby. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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 -- cgit v1.2.3