From ed8c23cce4677bd7fe3b2eedc755aa09ecd8874d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 23:11:30 +0000 Subject: [PATCH] Bump nokogiri from 1.6.6.2 to 1.11.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.2 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.6.6.2...v1.11.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0f671ea..9793b82 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'htmlentities' gem 'minitest' -gem 'nokogiri', '1.6.6.2' +gem 'nokogiri', '1.11.4' diff --git a/Gemfile.lock b/Gemfile.lock index 2ad99d6..7cf6575 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,10 +2,12 @@ GEM remote: https://rubygems.org/ specs: htmlentities (4.3.4) - mini_portile2 (2.0.0) + mini_portile2 (2.5.1) minitest (4.7.5) - nokogiri (1.6.6.2) - mini_portile2 (~> 2.0.0.rc2) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + racc (1.5.2) PLATFORMS ruby @@ -13,7 +15,7 @@ PLATFORMS DEPENDENCIES htmlentities minitest - nokogiri (= 1.6.6.2) + nokogiri (= 1.11.4) BUNDLED WITH 1.11.2