From 7fc452ec1b4292c9c46d513f2bec3879b3b74138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 03:19:14 +0000 Subject: [PATCH] Bump minima from 2.5.1 to 2.5.2 Bumps [minima](https://github.com/jekyll/minima) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/jekyll/minima/releases) - [Changelog](https://github.com/jekyll/minima/blob/master/History.markdown) - [Commits](https://github.com/jekyll/minima/compare/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: minima 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 2e857da08a..2b5e87b73a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3.4" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.0" +gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. diff --git a/Gemfile.lock b/Gemfile.lock index 69bc05585d..3406c6a9f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-sass-converter (3.0.0) sass-embedded (~> 1.54) - jekyll-seo-tag (2.7.1) + jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) @@ -58,7 +58,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) mini_portile2 (2.8.7) - minima (2.5.1) + minima (2.5.2) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) @@ -74,7 +74,7 @@ GEM rb-inotify (0.11.1) ffi (~> 1.0) rexml (3.3.7) - rouge (4.3.0) + rouge (4.4.0) safe_yaml (1.0.5) sass-embedded (1.78.0) google-protobuf (~> 4.27) @@ -104,7 +104,7 @@ DEPENDENCIES jekyll (~> 4.3.4) jekyll-asciidoc jekyll-feed (~> 0.17) - minima (~> 2.0) + minima (~> 2.5) nokogiri (~> 1.16) slim (~> 5.2.1) thread_safe (~> 0.3.5)