]> git.ipfire.org Git - thirdparty/ut1-blacklists.git/commitdiff
Update dependency on Nokogiri
authorLuc Sarzyniec <devel@olbat.net>
Sat, 8 Jan 2022 13:47:18 +0000 (14:47 +0100)
committerLuc Sarzyniec <devel@olbat.net>
Sat, 8 Jan 2022 13:47:18 +0000 (14:47 +0100)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 03cb24e59e331214d896902ec49882ba8a49813c..fa68fe3628ef1d9e96802dabe53e3210ce3c71e1 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,3 @@
 source "https://rubygems.org"
 
-gem "nokogiri", "~> 1.12"
+gem "nokogiri", ">= 1.12.5"
index 1ad91ef606d1ff0db86fcbe7d832c309ce9309e8..1a262bb412372a799c81433cf562de793165b38e 100644 (file)
@@ -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)