From a8da889dfbaabec774dd5f238cb59a6267aa28bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:28:51 +0000 Subject: [PATCH] Update jekyll-seo-tag requirement from 2.8.0 to 2.9.0 Updates the requirements on [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag) to permit the latest version. - [Release notes](https://github.com/jekyll/jekyll-seo-tag/releases) - [Changelog](https://github.com/jekyll/jekyll-seo-tag/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll-seo-tag/compare/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: jekyll-seo-tag dependency-version: 2.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bfcc9284..70ac3214 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ gem "jekyll", "4.4.1" group :jekyll_plugins do gem "jekyll-feed", "0.17.0" - gem "jekyll-seo-tag", "2.8.0" + gem "jekyll-seo-tag", "2.9.0" gem "jekyll-sitemap", "1.4.0" end