From 49c1a477a5f608c6b129146f481ab8cdd65a3fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:43:23 +0000 Subject: [PATCH] Bump nokogiri from 1.15.4 to 1.16.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.16.2. - [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.4...v1.16.2) --- 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 d803d11..0e1b353 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubyzip" -gem "nokogiri", "~> 1.15" +gem "nokogiri", "~> 1.16" diff --git a/Gemfile.lock b/Gemfile.lock index 5e6203f..8079812 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,16 @@ GEM remote: https://rubygems.org/ specs: - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) - racc (1.7.1) + racc (1.7.3) rubyzip (2.3.2) PLATFORMS x86_64-linux DEPENDENCIES - nokogiri (~> 1.15) + nokogiri (~> 1.16) rubyzip BUNDLED WITH