From 6a64e048807b630af8501548ba33763cf923d314 Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Mon, 14 Oct 2013 12:07:35 +0200 Subject: [PATCH] add capabilities to define the ruby version in Gemfile by RUBY_VERSION or use 2.0.0 by default --- Gemfile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 0ea0f83..a0f14f4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' +ruby (ENV['RUBY_VERSION'] || '2.0.0') RAILS_VERSION = '~> 3.2.14' -- libgit2 0.21.2