Skip to content

Commit

Permalink
Allow newer versions on Nokogiri
Browse files Browse the repository at this point in the history
Tested and working with Nokogiri 1.7.0.1
  • Loading branch information
Oli Peate committed Feb 23, 2017
1 parent 48e68d6 commit 41b1e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postrank-uri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.add_dependency "addressable", "~> 2.3.0"
s.add_dependency "public_suffix", "~> 1.4.2"
s.add_dependency "nokogiri", "~> 1.6.1"
s.add_dependency "nokogiri", ">= 1.6.1", "< 1.8"

s.add_development_dependency "rspec"

Expand Down

0 comments on commit 41b1e14

Please sign in to comment.