Skip to content

Commit

Permalink
Nokogiri end of support for Ruby < 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
degemer committed Jan 12, 2017
1 parent fdf58a9 commit 71bdd14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ group :test do
gem 'rdoc', '< 5'
gem 'term-ansicolor', '< 1.4'
gem 'webmock', '< 2.3'
gem 'nokogiri', '< 1.7'
elsif RbConfig::CONFIG['ruby_version'].start_with?("2.0")
gem 'nokogiri', '< 1.7'
gem 'webmock'
else
gem 'webmock'
end
Expand Down

0 comments on commit 71bdd14

Please sign in to comment.