From 256c8700b1db7d12372b74f6dc86dd70f357f2a4 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 14 Apr 2018 12:56:54 +0200 Subject: Use capistrano-rbenv to ensure proper ruby versioning. --- Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 56dbe3e..5d7617d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,6 +92,9 @@ GEM capistrano-rails (1.1.1) capistrano (~> 3.1) capistrano-bundler (~> 1.1) + capistrano-rbenv (2.1.3) + capistrano (~> 3.1) + sshkit (~> 1.3) coffee-rails (3.2.2) coffee-script (>= 2.2.0) railties (~> 3.2.0) @@ -277,6 +280,7 @@ DEPENDENCIES capistrano-bundler capistrano-postgresql (~> 4.7.0) capistrano-rails + capistrano-rbenv (~> 2.1) coffee-rails (~> 3.2) jquery-rails (~> 2.3.0) lorem @@ -302,4 +306,4 @@ DEPENDENCIES uglifier (>= 1.0.3) BUNDLED WITH - 1.14.6 + 1.16.1 -- cgit v1.2.3