From ea8f66f09185dc1c5d59d5b51a50239cfa31a2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:15:16 +0000 Subject: [PATCH] Bump nokogiri from 1.8.5 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 to 1.14.3. - [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.8.5...v1.14.3) --- 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..f9ee0b9 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.14.3' gem "rake", '~>12.3.2' gem "rdoc" gem "json", "~> 2.5.1" diff --git a/Gemfile.lock b/Gemfile.lock index bdc3748..99c5c8a 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.14.3-x86_64-linux) + racc (~> 1.4) power_assert (2.0.1) + racc (1.6.2) 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.14.3) rack (>= 2.0) rails_xss (~> 0.4.0) rake (~> 12.3.2)