From bac244297fe85c160a57e22722a255e5240c861b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:47:49 +0000 Subject: [PATCH] Update jekyll-relative-links requirement from ~> 0.7.0 to ~> 0.8.0 Updates the requirements on [jekyll-relative-links](https://github.com/benbalter/jekyll-relative-links) to permit the latest version. - [Release notes](https://github.com/benbalter/jekyll-relative-links/releases) - [Changelog](https://github.com/benbalter/jekyll-relative-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/benbalter/jekyll-relative-links/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: jekyll-relative-links dependency-version: 0.8.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 8402d92..8b755e7 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jekyll-last-modified-at', '~> 1.3', '>= 1.3.2' gem 'jekyll-mentions', '~> 1.6' gem 'jekyll-optional-front-matter', '~> 0.3.2' gem 'jekyll-readme-index', '~> 0.3.0' -gem 'jekyll-relative-links', '~> 0.7.0' +gem 'jekyll-relative-links', '~> 0.8.0' gem 'jekyll-seo-tag', '~> 2.8' gem 'jekyll-sitemap', '~> 1.4' # gem 'jekyll-tagging', github: 'RalphHightower/jekyll-tagging', branch: 'master'