Skip to content

Commit

Permalink
update Rails to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-alekseev authored and jhawthorn committed Jan 18, 2015
1 parent 5e5a2ec commit 9595a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ rvm:
env:
- RAILS='~> 4.0.8'
- RAILS='~> 4.1.4'
- RAILS='~> 4.2.0'
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platforms :rbx do
gem 'rubinius-developer_tools'
end

rails = ENV['RAILS'] || '~> 4.1.4'
rails = ENV['RAILS'] || '~> 4.2.0'

gem 'rails', rails

Expand Down

0 comments on commit 9595a2c

Please sign in to comment.