Skip to content

Commit

Permalink
require a more modern version of nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Aug 17, 2014
1 parent 3cea532 commit da8bbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-readability.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", ">= 2.8"
s.add_development_dependency "rspec-expectations", ">= 2.8"
s.add_development_dependency "rr", ">= 1.0"
s.add_dependency 'nokogiri', '>= 1.4.2'
s.add_dependency 'nokogiri', '>= 1.6.0'
s.add_dependency 'guess_html_encoding', '>= 0.0.4'
end

0 comments on commit da8bbad

Please sign in to comment.