From: Luc Sarzyniec Date: Thu, 14 Feb 2019 16:47:52 +0000 (+0100) Subject: Update dependency to Nokogiri for (security issue) X-Git-Tag: 2019-02-25~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51f5e43d12f58e8d022ad8588c0e925fa7359c1c;p=thirdparty%2Fut1-blacklists.git Update dependency to Nokogiri for (security issue) --- diff --git a/Gemfile b/Gemfile index b9c167a2..1c2aac07 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "nokogiri", "~> 1.8" +gem "nokogiri", "~> 1.8", ">= 1.8.5" diff --git a/Gemfile.lock b/Gemfile.lock index 4a03b20f..1ffa9c80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,15 @@ GEM remote: https://rubygems.org/ specs: - mini_portile2 (2.3.0) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) + mini_portile2 (2.4.0) + nokogiri (1.10.1) + mini_portile2 (~> 2.4.0) PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.8) + nokogiri (~> 1.8, >= 1.8.5) BUNDLED WITH - 1.15.1 + 1.16.1