From 63348d7537e7f3e244c73124f79e8aa9371ea91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:44:28 +0100 Subject: [PATCH] Bump nokogiri from 1.15.5 to 1.16.2 (#537) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.5 to 1.16.2. - [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.15.5...v1.16.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a9053a3f7..28ea85053 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'leaflet-rails', "~> 1.7" gem "mail", "~> 2.7" gem "marco-polo", "~> 2.0" gem "mini_magick", "~> 4.11" -gem "nokogiri", "~> 1.14" +gem "nokogiri", "~> 1.16" gem 'omniauth-oauth2', "~> 1.7.3" gem 'omniauth-facebook', "~> 8.0" gem 'omniauth-github', "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index 659f5df76..52d0496e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -328,10 +328,10 @@ GEM net-protocol net-ssh (7.2.0) nio4r (2.7.0) - nokogiri (1.15.5) + nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -649,7 +649,7 @@ DEPENDENCIES minitest-reporters (~> 1.6) mocha (~> 2.1) net-http (~> 0.4) - nokogiri (~> 1.14) + nokogiri (~> 1.16) omniauth-facebook (~> 8.0) omniauth-github (~> 1.4) omniauth-oauth2 (~> 1.7.3)