From dc8ec76e3a0acf53da3ac9120a765d9244f53976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:49:38 +0000 Subject: [PATCH] Bump nokogiri from 1.15.7 to 1.17.0 in /apps/dashboard Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.7 to 1.17.0. - [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.7...v1.17.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/dashboard/Gemfile | 2 +- apps/dashboard/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dashboard/Gemfile b/apps/dashboard/Gemfile index 3fad5f297..552540e3c 100644 --- a/apps/dashboard/Gemfile +++ b/apps/dashboard/Gemfile @@ -43,7 +43,7 @@ end # lock gems to versions that are compatible with ruby 2.7.0, # which Ubuntu 20.04 uses. -gem 'nokogiri', '~> 1.15', '< 1.16' +gem 'nokogiri', '~> 1.17' gem 'net-imap', '~> 0.3', '< 0.4' gem 'public_suffix', '~> 5.0', '< 6.0' gem 'turbo-rails', '2.0.7' diff --git a/apps/dashboard/Gemfile.lock b/apps/dashboard/Gemfile.lock index 796090b63..45934f3d0 100644 --- a/apps/dashboard/Gemfile.lock +++ b/apps/dashboard/Gemfile.lock @@ -167,7 +167,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.4) - nokogiri (1.15.7) + nokogiri (1.17.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) ood_appkit (2.1.4) @@ -307,7 +307,7 @@ DEPENDENCIES local_time (~> 1.0.3) mocha (~> 2.1) net-imap (~> 0.3, < 0.4) - nokogiri (~> 1.15, < 1.16) + nokogiri (~> 1.17) ood_appkit (~> 2.1.0) ood_core (~> 0.24) ood_support (~> 0.0.2)