]> git.ipfire.org Git - thirdparty/ut1-blacklists.git/commitdiff
Fix: regenerate Gemfile.lock to specify new "PLATFORM" field (required by Bundler... fix-add-missing-platform 25/head
authorLuc Sarzyniec <devel@olbat.net>
Mon, 2 Jan 2023 17:08:17 +0000 (18:08 +0100)
committerLuc Sarzyniec <devel@olbat.net>
Mon, 2 Jan 2023 17:08:53 +0000 (18:08 +0100)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index fa68fe3628ef1d9e96802dabe53e3210ce3c71e1..60a4edfb54fb934dab46f99c8572e7ce8add2efb 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,3 @@
 source "https://rubygems.org"
 
-gem "nokogiri", ">= 1.12.5"
+gem "nokogiri", ">= 1.13.10"
index 54856a854fcd39dbe18b245bd4c44ca6b113abb3..1384c89542e1b6e0bb69cb2268b39309d5e1a962 100644 (file)
@@ -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