Commit 6eee93649b7c5e22fd35247c22c0a53eddbc4569

Authored by Stephen Crosby
1 parent d3d7ad54
Exists in master and in 1 other branch production

GEMFILE_RUBY_VERSION instead of RUBY_VERSION

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -2,7 +2,7 @@ source 'https://rubygems.org'
2 2  
3 3 RAILS_VERSION = '~> 4.1.8'
4 4  
5   -ruby ENV['RUBY_VERSION'] if ENV['RUBY_VERSION']
  5 +ruby ENV['GEMFILE_RUBY_VERSION'] if ENV['GEMFILE_RUBY_VERSION']
6 6  
7 7 gem 'actionmailer', RAILS_VERSION
8 8 gem 'actionpack', RAILS_VERSION
... ...