From 475b9c6bd694f2c6283d36bd9f6f9fb955492a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 13:46:45 +0000 Subject: [PATCH] Update just-the-docs requirement from 0.7.0 to 0.10.1 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/compare/v0.7.0...v0.10.1) --- updated-dependencies: - dependency-name: just-the-docs dependency-version: 0.10.1 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 1db6833..558b277 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.3.2" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 -gem "just-the-docs", "0.7.0" # pinned to the current release +gem "just-the-docs", "0.10.1" # pinned to the current release # gem "just-the-docs" # always download the latest release