From c94400f503477afc3bd4bb0e0b8475551a92cce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 04:29:16 +0000 Subject: [PATCH] Update just-the-docs requirement from 0.7.0 to 0.8.2 Updates the requirements on [just-the-docs](https://github.com/just-the-docs/just-the-docs) to permit the latest version. - [Release notes](https://github.com/just-the-docs/just-the-docs/releases) - [Changelog](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md) - [Commits](https://github.com/just-the-docs/just-the-docs/commits) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c0b2ecf..a64122e 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.3.2" # installed by `gem jekyll` gem "webrick" # required when using Ruby >= 3 -gem "just-the-docs", "0.7.0" +gem "just-the-docs", "0.8.2" gem "jekyll-relative-links" gem "jekyll-sitemap" gem "jekyll-seo-tag"