From 581be9876e69ac0cf445097a4f7f64d882eaabfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 20:34:22 +0000 Subject: [PATCH] Bump nokogiri from 1.5.11 to 1.13.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.11 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.5.11...v1.13.6) --- 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 20c64be..0361fa0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rexml" gem "webrick" gem "RedCloth", ">=4.0.0" gem "erubis" -gem "nokogiri", '~>1.8.0' +gem "nokogiri", '~>1.13.6' gem "rake", '~>12.3.2' gem "rdoc" gem "json", "~> 2.5.1" diff --git a/Gemfile.lock b/Gemfile.lock index bdc3748..be7903f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,11 +34,11 @@ GEM iconv (1.0.8) json (2.5.1) kgio (2.11.4) - mini_portile2 (2.3.0) mysql2 (0.5.4) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.13.6-x86_64-linux) + racc (~> 1.4) power_assert (2.0.1) + racc (1.6.0) rack (2.2.4) rails_xss (0.4.0) raindrops (0.20.0) @@ -73,7 +73,7 @@ DEPENDENCIES json (~> 2.5.1) maruku! mysql2 - nokogiri (~> 1.8.0) + nokogiri (~> 1.13.6) rack (>= 2.0) rails_xss (~> 0.4.0) rake (~> 12.3.2)