From 4bd5045dd6162076a1498b81debfbcf9ca82065a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:47:17 +0000 Subject: [PATCH] Bump nokogiri from 1.16.3 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.3 to 1.16.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.16.3...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6eb88b0..609779f 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "lograge", "~> 0.11.2" gem "logstash-event", "~> 1.2", ">= 1.2.02" gem "logstash-logger", "~> 0.26.1" gem "maremma", "~> 5.0" -gem "nokogiri", "~> 1.16", ">= 1.16.3" +gem "nokogiri", "~> 1.16" gem "oj", ">= 2.8.3" gem "oj_mimic_json", "~> 1.0", ">= 1.0.1" gem "rack-cors", "~> 1.0", require: "rack/cors" diff --git a/Gemfile.lock b/Gemfile.lock index 1714c8f..3ddea3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -305,7 +305,7 @@ GEM oj_mimic_json (~> 1.0, >= 1.0.1) matrix (0.4.2) mini_mime (1.1.2) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minitest (5.15.0) money (6.16.0) i18n (>= 0.6.4, <= 2) @@ -329,7 +329,7 @@ GEM next_rails (1.3.0) colorize (>= 0.8.1) nio4r (2.7.1) - nokogiri (1.16.3) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) oj (3.13.11) @@ -544,7 +544,7 @@ DEPENDENCIES logstash-logger (~> 0.26.1) maremma (~> 5.0) next_rails - nokogiri (~> 1.16, >= 1.16.3) + nokogiri (~> 1.16) oj (>= 2.8.3) oj_mimic_json (~> 1.0, >= 1.0.1) rack-cors (~> 1.0)