From d21d95a335fe43e3d5fb4e48c37e886ab8361356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:15:51 +0000 Subject: [PATCH] Bump nokogiri from 1.16.2 to 1.16.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 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.16.2...v1.16.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2c3e42588..60c1d3511 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem "jquery-rails" gem "jwt" gem "lc_solr_sortable", git: "https://github.com/tulibraries/lc_solr_sortable", branch: "main" gem "net-smtp" -gem "nokogiri", "1.16.2" +gem "nokogiri", "1.16.3" gem "okcomputer" gem "omniauth" gem "omniauth-rails_csrf_protection" diff --git a/Gemfile.lock b/Gemfile.lock index 101136e07..59869d843 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -377,11 +377,11 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.16.2-arm64-darwin) + nokogiri (1.16.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.16.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) okcomputer (1.18.5) omniauth (2.1.2) @@ -674,7 +674,7 @@ DEPENDENCIES lc_solr_sortable! mysql2 (~> 0.5.6) net-smtp - nokogiri (= 1.16.2) + nokogiri (= 1.16.3) okcomputer omniauth omniauth-rails_csrf_protection