Skip to content

Commit

Permalink
Update nokogiri 1.8.0 (#46)
Browse files Browse the repository at this point in the history
* Update Nokogiri to v1.8.0

Addresses security vulnerability:
- [nokogiri issue 1615](sparklemotion/nokogiri#1615)
- [nokogiri issue 1634](sparklemotion/nokogiri#1634)
  • Loading branch information
alexcopquin authored and florrain committed Jun 19, 2017
1 parent e2bcf7b commit f5cd8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responsys-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "i18n", ">= 0.6.9", "<= 0.7.0"
spec.add_dependency "connection_pool", "~> 2.2.1"
spec.add_dependency "public_suffix", "<= 1.4.6"
spec.add_dependency "nokogiri", "<= 1.7.1"
spec.add_dependency "nokogiri", "<= 1.8.0"

# Ruby 1.9 compatibility
spec.add_development_dependency "rack", "~> 1.6.4"
Expand Down

0 comments on commit f5cd8c5

Please sign in to comment.