From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 16:50:43 +0000 (+0000) Subject: Bump nokogiri from 1.10.8 to 1.11.4 X-Git-Tag: 2021-05-20~1^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10%2Fhead;p=thirdparty%2Fut1-blacklists.git Bump nokogiri from 1.10.8 to 1.11.4 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] --- diff --git a/Gemfile b/Gemfile index e7cde138..56a9b3e8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "nokogiri", "~> 1.10" +gem "nokogiri", "~> 1.11" diff --git a/Gemfile.lock b/Gemfile.lock index bcfe6e2a..111b7e7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)