From f1cb30b69efd37ab382030e3d78e565c2d61c11d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:32:41 +0000 Subject: [PATCH] chore(deps): bump rubyzip from 2.3.2 to 2.4.1 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.3.2 to 2.4.1. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v2.3.2...v2.4.1) --- updated-dependencies: - dependency-name: rubyzip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2ef175a1..9d49f3c7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3.4" -gem "rubyzip", "~> 2.3" +gem "rubyzip", "~> 2.4" gem "jekyll-sass-converter", "2.2.0" gem "jekyll-seo-tag", "~> 2.8.0" gem "jekyll-sitemap", "~> 1.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 62b52a7f..1f450a57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM ffi (~> 1.0) rexml (3.3.9) rouge (4.4.0) - rubyzip (2.3.2) + rubyzip (2.4.1) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) @@ -76,7 +76,7 @@ DEPENDENCIES jekyll-sass-converter (= 2.2.0) jekyll-seo-tag (~> 2.8.0) jekyll-sitemap (~> 1.4.0) - rubyzip (~> 2.3) + rubyzip (~> 2.4) BUNDLED WITH 2.4.13