From 29870736238c96d1ae800a71d243c4d313b62b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:06:45 +0000 Subject: [PATCH] Bump nokogiri from 1.8.1 to 1.12.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.1 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.8.1...v1.12.5) --- 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 e1d11fb65c..930a4add9e 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'mongoid_magic_counter_cache' # function 'handle_threads_query'. gem 'will_paginate_mongoid', "~>2.0" gem 'rdiscount' -gem 'nokogiri', "~> 1.8.1" +gem 'nokogiri', "~> 1.12.5" gem 'elasticsearch', '~> 7.8.0' gem 'elasticsearch-model', '~> 7.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8c341453dc..bcf4f617bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) - mini_portile2 (2.3.0) + mini_portile2 (2.6.1) minitest (5.15.0) mongo (2.18.1) bson (>= 4.14.1, < 5.0.0) @@ -134,8 +134,9 @@ GEM nenv (0.3.0) netrc (0.11.0) newrelic_rpm (8.12.0) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) @@ -147,6 +148,7 @@ GEM pry-nav (1.0.0) pry (>= 0.9.10, < 0.15) public_suffix (4.0.7) + racc (1.6.1) rack (2.2.4) rack-protection (2.2.2) rack @@ -247,7 +249,7 @@ DEPENDENCIES mongoid_cleaner (~> 1.2.0) mongoid_magic_counter_cache newrelic_rpm - nokogiri (~> 1.8.1) + nokogiri (~> 1.12.5) protected_attributes_continued pry pry-nav