Default to Rails 4-2-stable in the Gemfile

This commit is contained in:
jonatack 2015-01-13 20:03:21 +01:00
parent 10ff1d0e76
commit 9d56e60f98
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ gemspec
gem 'rake'
rails = ENV['RAILS'] || 'master'
rails = ENV['RAILS'] || '4-2-stable'
if rails == 'master'
gem 'arel', github: 'rails/arel'