Commit 6a64e048807b630af8501548ba33763cf923d314

Authored by Cyril Mougel
1 parent bb48864f
Exists in master and in 1 other branch production

add capabilities to define the ruby version in Gemfile by RUBY_VERSION or use 2.0.0 by default

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Gemfile
1 1 source 'https://rubygems.org'
  2 +ruby (ENV['RUBY_VERSION'] || '2.0.0')
2 3  
3 4 RAILS_VERSION = '~> 3.2.14'
4 5  
... ...