From 151c91924da778c9ed3c411d03e3400d7c2baa4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 23:33:22 +0000 Subject: [PATCH] Bump nokogiri from 1.6.6.4 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.4 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.6.6.4...v1.14.3) --- 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 64c527c19237..bf7f0512b10c 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'oauth-plugin', '0.4.0.pre4' gem 'redis', '3.2.1' gem 'hiredis', '0.6.0' -gem 'nokogiri', '~> 1.6.6.2' +gem 'nokogiri', '~> 1.14.3' gem 'statsd-client', '0.0.7', require: 'statsd' gem 'aws-sdk', '1.8.5' gem 'ruby-prof', '0.15.1' diff --git a/Gemfile.lock b/Gemfile.lock index d02a6592c158..96e3140804df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM memory_profiler (0.9.6) metaclass (0.0.4) mime-types (1.25.1) - mini_portile (0.6.2) + mini_portile2 (2.8.2) mocha (1.1.0) metaclass (~> 0.0.1) mock_redis (0.16.0) @@ -186,8 +186,9 @@ GEM multi_xml (0.5.5) multipart-post (2.0.0) net-ldap (0.11) - nokogiri (1.6.6.4) - mini_portile (~> 0.6.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) oauth (0.4.5) oauth-plugin (0.4.0.pre4) oauth (>= 0.4.4) @@ -200,6 +201,7 @@ GEM multi_json (~> 1.0) polyglot (0.3.5) power_assert (0.2.7) + racc (1.7.0) rack (1.4.7) rack-cache (1.6.1) rack (>= 0.4) @@ -390,7 +392,7 @@ DEPENDENCIES mocha (= 1.1.0) mock_redis net-ldap (= 0.11) - nokogiri (~> 1.6.6.2) + nokogiri (~> 1.14.3) oauth (= 0.4.5) oauth-plugin (= 0.4.0.pre4) pg (= 0.15.0)