From c27db846a31ff5b2d72028ce07621b89369f50f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 20:52:16 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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) -- 2.47.2