From 00b8ad70ea59e4a501eb9f313f334d125ed6ad53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 15:58:45 +0000 Subject: [PATCH] chore(deps): update just-the-docs requirement from ~> 0.3.3 to ~> 0.5.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.3.3...v0.5.1) --- 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 0f9a9f0..fa51c2e 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "minima", "~> 2.0" gem "github-pages", group: :jekyll_plugins -gem "just-the-docs", "~> 0.3.3" +gem "just-the-docs", "~> 0.5.1" # If you have any plugins, put them here! group :jekyll_plugins do