Skip to content

Commit

Permalink
Default rails version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Smith committed Jan 8, 2015
1 parent 1ab1ea5 commit 607b928
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 @@ -9,7 +9,7 @@ rails = case rails_version
when 'master'
{ github: 'rails/rails' }
when 'default'
'>= 4.1.0'
'>= 4.2.0'
else
"~> #{rails_version}"
end
Expand Down

0 comments on commit 607b928

Please sign in to comment.