From f58981b7b0a314259779495c4be9bebb63017ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 22:47:06 +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-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 94b53754..6337a6c7 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "jekyll", "4.2.2" gem "webrick", "~> 1.8", ">= 1.8.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5", ">= 2.5.1" +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 0c9b5198..e3cd7723 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,15 +4,15 @@ GEM addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) colorator (1.1.0) - concurrent-ruby (1.3.7) + concurrent-ruby (1.3.8) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.16.3) + ffi (1.17.4) forwardable-extended (2.6.0) - http_parser.rb (0.8.0) - i18n (1.14.5) + http_parser.rb (0.8.1) + i18n (1.15.2) concurrent-ruby (~> 1.0) jekyll (4.2.2) addressable (~> 2.4) @@ -36,20 +36,22 @@ GEM jekyll (>= 3.3, < 5.0) jekyll-sass-converter (2.2.0) sassc (> 2.0.1, < 3.0) - jekyll-seo-tag (2.8.0) + jekyll-seo-tag (2.9.0) jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.4.0) - rexml + kramdown (2.5.2) + rexml (>= 3.4.4) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.9.0) + listen (3.10.0) + logger rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.4.0) - minima (2.5.1) + minima (2.5.2) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) @@ -57,9 +59,9 @@ GEM forwardable-extended (~> 2.6) public_suffix (7.0.5) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.4.2) + rexml (3.4.4) rouge (3.30.0) safe_yaml (1.0.5) sassc (2.4.0) @@ -77,7 +79,7 @@ DEPENDENCIES jekyll-feed (~> 0.16, >= 0.16.0) jekyll-paginate jekyll-redirect-from - minima (~> 2.5, >= 2.5.1) + minima (~> 2.5) webrick (~> 1.8, >= 1.8.2) RUBY VERSION