Skip to content

Commit

Permalink
nokogiri 1.7+ require ruby 2.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Dec 27, 2016
1 parent 8b73c69 commit d785efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gemfiles/Gemfile.ruby-19
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ gem 'term-ansicolor', '< 1.4.0'
gem 'tins', '< 1.7.0' # 1.7.0 requires ruby 2.0

gem 'selenium-webdriver', '< 3.0.0' # 3.0 requires ruby 2.0
gem 'addressable', '< 2.5.0' # 2.5 requires public_suffix which requires ruby 2.0
gem 'addressable', '< 2.5.0' # 2.5 requires public_suffix which requires ruby 2.0
gem 'nokogiri', '< 1.7.0' # 1.7 requires ruby 2.1+

0 comments on commit d785efb

Please sign in to comment.