Update nokogiri

Fixes a serious security vuln
This commit is contained in:
Basti 2019-08-29 15:57:38 +02:00
parent fbb14be466
commit a014427848
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
2 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ PATH
manifique (0.1.0)
faraday (~> 0.9.2, < 0.10.0)
faraday_middleware (~> 0.12.2)
nokogiri (~> 1.8)
nokogiri (~> 1.10.4)
GEM
remote: https://rubygems.org/
@ -42,11 +42,11 @@ GEM
ruby_dep (~> 1.2)
lumberjack (1.0.13)
method_source (0.9.0)
mini_portile2 (2.3.0)
multipart-post (2.0.0)
mini_portile2 (2.4.0)
multipart-post (2.1.1)
nenv (0.3.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
@ -94,4 +94,4 @@ DEPENDENCIES
webmock (~> 3.4.2)
BUNDLED WITH
1.16.2
1.17.2

View File

@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "faraday", "~> 0.9.2", "< 0.10.0"
spec.add_runtime_dependency "faraday_middleware", "~> 0.12.2"
spec.add_runtime_dependency "nokogiri", "~> 1.8"
spec.add_runtime_dependency "nokogiri", "~> 1.10.4"
end