From da3271cfb2665df7d353b1746b1c138ba6976b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 23:22:52 +0000 Subject: [PATCH] Bump nokogiri from 1.6.6.2 to 1.13.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.2 to 1.13.6. - [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.13.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... 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..6b68527 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.13.6' diff --git a/Gemfile.lock b/Gemfile.lock index 2ad99d6..e016351 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.8.0) minitest (4.7.5) - nokogiri (1.6.6.2) - mini_portile2 (~> 2.0.0.rc2) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.0) PLATFORMS ruby @@ -13,7 +15,7 @@ PLATFORMS DEPENDENCIES htmlentities minitest - nokogiri (= 1.6.6.2) + nokogiri (= 1.13.6) BUNDLED WITH 1.11.2