]> git.ipfire.org Git - thirdparty/ut1-blacklists.git/commitdiff
Bump nokogiri from 1.10.8 to 1.11.4 10/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 18 May 2021 16:50:43 +0000 (16:50 +0000)
committerGitHub <noreply@github.com>
Tue, 18 May 2021 16:50:43 +0000 (16:50 +0000)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.8...v1.11.4)

Signed-off-by: dependabot[bot] <support@github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index e7cde138ffa962d35a40b3a45074c1ff38f89332..56a9b3e8d52a52475ea9882a86085a96e69c1961 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,3 @@
 source "https://rubygems.org"
 
-gem "nokogiri", "~> 1.10"
+gem "nokogiri", "~> 1.11"
index bcfe6e2af2a050ea871118a49ff6bbee5c6b6f28..111b7e7e22de472223e8b3a322dab7d5deb181a0 100644 (file)
@@ -1,12 +1,14 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    mini_portile2 (2.4.0)
-    nokogiri (1.10.8)
-      mini_portile2 (~> 2.4.0)
+    mini_portile2 (2.5.1)
+    nokogiri (1.11.4)
+      mini_portile2 (~> 2.5.0)
+      racc (~> 1.4)
+    racc (1.5.2)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
-  nokogiri (~> 1.10)
+  nokogiri (~> 1.11)