From: Luc Sarzyniec Date: Sat, 8 Jan 2022 13:47:18 +0000 (+0100) Subject: Update dependency on Nokogiri X-Git-Tag: 2022-01-08~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ce32ba4aeef6871ba059dfda109b8d5a9302887;p=thirdparty%2Fut1-blacklists.git Update dependency on Nokogiri --- diff --git a/Gemfile b/Gemfile index 03cb24e5..fa68fe36 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "nokogiri", "~> 1.12" +gem "nokogiri", ">= 1.12.5" diff --git a/Gemfile.lock b/Gemfile.lock index 1ad91ef6..1a262bb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - mini_portile2 (2.6.1) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + mini_portile2 (2.7.1) + nokogiri (1.13.0) + mini_portile2 (~> 2.7.0) racc (~> 1.4) - racc (1.5.2) + racc (1.6.0) PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.12) + nokogiri (>= 1.12.5)