From efdb5e77811dd5a1d1650ada6ade2094703facac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:31:46 +0000 Subject: [PATCH] Bump nokogiri from 1.15.5 to 1.16.5 in /SIS_import Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.5 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.5...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SIS_import/Gemfile | 2 +- SIS_import/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SIS_import/Gemfile b/SIS_import/Gemfile index 690891b..dd5df14 100644 --- a/SIS_import/Gemfile +++ b/SIS_import/Gemfile @@ -1,7 +1,7 @@ # A sample Gemfile source "https://rubygems.org" -gem 'nokogiri', '1.15.5' # Versions higher require ruby 3.0+ +gem 'nokogiri', '1.16.5' # Versions higher require ruby 3.0+ gem "rest-client" gem 'rubyzip', '~>1.3.0' # will load new rubyzip version diff --git a/SIS_import/Gemfile.lock b/SIS_import/Gemfile.lock index d4d2b48..35e41f7 100644 --- a/SIS_import/Gemfile.lock +++ b/SIS_import/Gemfile.lock @@ -13,9 +13,9 @@ GEM mime-types (3.3) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) netrc (0.11.0) - nokogiri (1.15.5) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) public_suffix (4.0.7) @@ -39,7 +39,7 @@ DEPENDENCIES addressable dotenv execjs - nokogiri (= 1.15.5) + nokogiri (= 1.16.5) rest-client rubyzip (~> 1.3.0) zip-zip