From 6d2b414ca28367a2cb23a09751ee2052a0546c87 Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Mon, 26 Jan 2015 00:01:23 +0900 Subject: [PATCH] Allow to specify Ruby version in Gemfile --- Gemfile | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 115b895..baf8200 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,8 @@ source 'https://rubygems.org' RAILS_VERSION = '~> 4.1.8' +ruby ENV['RUBY_VERSION'] if ENV['RUBY_VERSION'] + gem 'actionmailer', RAILS_VERSION gem 'actionpack', RAILS_VERSION gem 'railties', RAILS_VERSION -- libgit2 0.21.2