From 5dcb4edcd1ec476018cffebd705ecdeaa8eaa5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:39:28 +0000 Subject: [PATCH] Bump just-the-docs from 0.9.0 to 0.10.0 Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.9.0 to 0.10.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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: just-the-docs 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 e9a4ae6..024ede5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.3.3" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 -gem "just-the-docs", "0.9.0" # pinned to the current release +gem "just-the-docs", "0.10.0" # pinned to the current release # gem "just-the-docs" # always download the latest release diff --git a/Gemfile.lock b/Gemfile.lock index 5f60270..aa93871 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - just-the-docs (0.9.0) + just-the-docs (0.10.0) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -78,7 +78,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.3) - just-the-docs (= 0.9.0) + just-the-docs (= 0.10.0) BUNDLED WITH 2.3.26