From 1909b67d0f432687dd0929b36b9978957b0cae2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:13:29 +0000 Subject: [PATCH] Bump nokogiri from 1.14.3 to 1.16.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.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.14.3...v1.16.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6d68331..503f3b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,16 +106,18 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.14.3-arm64-darwin) + nokogiri (1.16.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.14.3-x86_64-darwin) + nokogiri (1.16.3-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) pagy (6.0.3) pg (1.4.6) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - racc (1.6.2) + racc (1.7.3) rack (2.2.6.4) rack-test (2.1.0) rack (>= 1.3) @@ -161,6 +163,7 @@ GEM rspec-support (3.12.0) sqlite3 (1.6.2-arm64-darwin) sqlite3 (1.6.2-x86_64-darwin) + sqlite3 (1.6.2-x86_64-linux) thor (1.2.1) timeout (0.3.2) tzinfo (2.0.6) @@ -173,6 +176,7 @@ GEM PLATFORMS arm64-darwin-21 x86_64-darwin-19 + x86_64-linux DEPENDENCIES bundler (~> 2.0)