From 48667b04fb9dbb0006632ab41107f41350cff0ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:13:22 +0000 Subject: [PATCH] chore(deps): Bump just-the-docs from 0.11.0 to 0.11.1 Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.11.0 to 0.11.1. - [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.11.0...v0.11.1) --- updated-dependencies: - dependency-name: just-the-docs dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2370deb..8a1828a 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.11.0" # pinned to the current release +gem "just-the-docs", "0.11.1" # pinned to the current release # gem "just-the-docs" # always download the latest release diff --git a/Gemfile.lock b/Gemfile.lock index 0eef0bc..9c6d284 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.11.0) + just-the-docs (0.11.1) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -68,7 +68,7 @@ GEM mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (7.0.0) + public_suffix (7.0.2) rake (13.3.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) @@ -91,7 +91,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.4.1) - just-the-docs (= 0.11.0) + just-the-docs (= 0.11.1) BUNDLED WITH 2.3.26