Skip to content

Commit

Permalink
Change to remove rails 4.2 from latest ruby matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Sep 14, 2017
1 parent cc0d49c commit b1f7207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ matrix:
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.0.gemfile
- gemfiles/rails4.1.gemfile
- gemfiles/rails4.2.gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.1.0
Expand Down
8 changes: 4 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ if RUBY_VERSION < '2.4.0'
gem 'rails', '~> 4.1.16'
gem 'mime-types', '~> 2.99'
end
end

appraise 'rails4.2' do
gem 'rails', '~> 4.2.9'
gem 'mime-types', '~> 2.99'
appraise 'rails4.2' do
gem 'rails', '~> 4.2.9'
gem 'mime-types', '~> 2.99'
end
end

if RUBY_VERSION >= '2.2.0'
Expand Down

0 comments on commit b1f7207

Please sign in to comment.