Skip to content

Commit

Permalink
Drop deprecated Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Mar 12, 2018
1 parent cdb9436 commit 8516050
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,13 @@ rvm:
- 2.4.0
- 2.3.1
- 2.2.5
- 2.1
- 2.0
- ruby-head

matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
exclude:
- gemfile: gemfiles/rails_5.gemfile
rvm: 2.1
- gemfile: gemfiles/rails_5.gemfile
rvm: 2.0
- gemfile: gemfiles/rails_4.gemfile
rvm: 2.4.0
- gemfile: gemfiles/rails_3.gemfile
Expand Down
11 changes: 0 additions & 11 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ group :test do
gem "email_reply_parser", "~> 0.5", :require => false
gem "sanitize", "~> 2.0", :require => false

if RUBY_VERSION < "2.1.0"
gem "escape_utils", "~> 0.3", :require => false
gem "github-linguist", "~> 2.6.2", :require => false
else
gem "escape_utils", "~> 1.0", :require => false
gem "github-linguist", "~> 2.10", :require => false
end

if RUBY_VERSION < "1.9.3"
gem "activesupport", ">= 2", "< 4"
end
end

0 comments on commit 8516050

Please sign in to comment.