From 0964a052d06818397c035ce4674a386d9c319903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:12:25 +0000 Subject: [PATCH] Bump nokogiri from 1.17.0 to 1.17.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.17.0 to 1.17.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.17.0...v1.17.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d7e8726d40..c0a637c97e 100644 --- a/Gemfile +++ b/Gemfile @@ -111,7 +111,7 @@ gem 'httparty', '~> 0.22.0' gem 'slack-notifier', '~> 2.4.0' # css styles for emails -gem 'nokogiri', '~> 1.17.0' +gem 'nokogiri', '~> 1.17.2' gem 'premailer-rails', '~> 1.12.0' # filtering diff --git a/Gemfile.lock b/Gemfile.lock index 240ab4a5ef..22ea454275 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -312,7 +312,7 @@ GEM net-protocol net-ssh (7.1.0) nio4r (2.7.4) - nokogiri (1.17.0-x86_64-linux) + nokogiri (1.17.2-x86_64-linux) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -615,7 +615,7 @@ DEPENDENCIES minitest-ci (~> 3.4.0) minitest-utils (~> 0.4.8) mocha (~> 2.7.1) - nokogiri (~> 1.17.0) + nokogiri (~> 1.17.2) omniauth-google-oauth2 (~> 1.2.0) omniauth-oauth2 (~> 1.8.0) omniauth-rails_csrf_protection (~> 1.0.2)