From 8c0c555a8de073d0b72ea4a1574286fd170d5b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:57:45 +0000 Subject: [PATCH] chore(deps): update just-the-docs requirement from ~> 0.3.3 to ~> 0.5.0 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.0) --- 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..d58c1fd 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.0" # If you have any plugins, put them here! group :jekyll_plugins do