From: Luc Sarzyniec Date: Mon, 2 Jan 2023 17:08:17 +0000 (+0100) Subject: Fix: regenerate Gemfile.lock to specify new "PLATFORM" field (required by Bundler... X-Git-Tag: 2023-01-02~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F25%2Fhead;p=thirdparty%2Fut1-blacklists.git Fix: regenerate Gemfile.lock to specify new "PLATFORM" field (required by Bundler >= 2.2 --- diff --git a/Gemfile b/Gemfile index fa68fe36..60a4edfb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "nokogiri", ">= 1.12.5" +gem "nokogiri", ">= 1.13.10" diff --git a/Gemfile.lock b/Gemfile.lock index 54856a85..1384c895 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,15 @@ GEM remote: https://rubygems.org/ specs: - mini_portile2 (2.8.0) - nokogiri (1.13.10) - mini_portile2 (~> 2.8.0) + nokogiri (1.14.0.rc1-x86_64-linux) racc (~> 1.4) - racc (1.6.1) + racc (1.6.2) PLATFORMS - ruby + x86_64-linux DEPENDENCIES - nokogiri (>= 1.12.5) + nokogiri (>= 1.13.10) + +BUNDLED WITH + 2.4.1