Skip to content

Commit

Permalink
Default to Rails 4-2-stable in the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Jan 13, 2015
1 parent 10ff1d0 commit 9d56e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9d56e60

Please sign in to comment.