Skip to content

Commit

Permalink
Updates Nokogiri version to ~> 1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
plainprogrammer committed Sep 2, 2019
1 parent 4f86529 commit 13fd3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odata.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'vcr', '~> 2.9.2'
spec.add_development_dependency 'timecop', '~> 0.7.1'

spec.add_dependency 'nokogiri', '~> 1.6.2'
spec.add_dependency 'nokogiri', '~> 1.10'
spec.add_dependency 'typhoeus', '~> 0.6.8'
spec.add_dependency 'andand', '~> 1.3.3'
end

0 comments on commit 13fd3cc

Please sign in to comment.