From 5ce0e60bb4b7d70eee44ec6d5f2b29ec67d79c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:33:20 +0000 Subject: [PATCH] chore(deps): Bump nokogiri from 1.15.6 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 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.15.6...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 be2f879..71b4a30 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'faraday', '~> 1.4' gem 'geocoder', '~> 1.6' gem 'geokit-rails', '~> 2.3' gem 'has_scope', '~> 0.8' -gem 'nokogiri', '~> 1.15' +gem 'nokogiri', '~> 1.16' gem 'puma', '~> 5.6' gem 'rack', '>= 2.2.6' gem 'rack-cors', '~> 1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 21e0459..c43925d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,9 +206,9 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.15.6-x86_64-darwin) + nokogiri (1.16.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.6-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -370,7 +370,7 @@ DEPENDENCIES has_scope (~> 0.8) kaminari (~> 1.2) listen (~> 3.2) - nokogiri (~> 1.15) + nokogiri (~> 1.16) pg (~> 1.4) puma (~> 5.6) rack (>= 2.2.6)