From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 20:52:16 +0000 (+0000) Subject: Bump nokogiri from 1.11.4 to 1.12.5 X-Git-Tag: 2021-09-29~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12%2Fhead;p=thirdparty%2Fut1-blacklists.git Bump nokogiri from 1.11.4 to 1.12.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.12.5. - [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.11.4...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/Gemfile b/Gemfile index 56a9b3e8..03cb24e5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "nokogiri", "~> 1.11" +gem "nokogiri", "~> 1.12" diff --git a/Gemfile.lock b/Gemfile.lock index 111b7e7e..1ad91ef6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - mini_portile2 (2.5.1) - nokogiri (1.11.4) - mini_portile2 (~> 2.5.0) + mini_portile2 (2.6.1) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) racc (1.5.2) @@ -11,4 +11,4 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.11) + nokogiri (~> 1.12)