From c5ae7fea137151c56127da2133f66ba9b0ae95db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:10:32 +0000 Subject: [PATCH] Bump just-the-docs from 0.10.2 to 0.11.0 Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.10.2 to 0.11.0. - [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.10.2...v0.11.0) --- updated-dependencies: - dependency-name: just-the-docs dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d8766cc..2370deb 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.4.1" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 -gem "just-the-docs", "0.10.2" # pinned to the current release +gem "just-the-docs", "0.11.0" # pinned to the current release # gem "just-the-docs" # always download the latest release diff --git a/Gemfile.lock b/Gemfile.lock index d9477c3..5b03459 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM jekyll-watch (2.2.1) listen (~> 3.0) json (2.18.0) - just-the-docs (0.10.2) + just-the-docs (0.11.0) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -91,7 +91,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.4.1) - just-the-docs (= 0.10.2) + just-the-docs (= 0.11.0) BUNDLED WITH 2.3.26 \ No newline at end of file