From f770b9a0e3c54988a58489d83ccc1d2a80c35472 Mon Sep 17 00:00:00 2001 From: RoyalGraphX <39929362+royalgraphx@users.noreply.github.com> Date: Sun, 25 Jun 2023 16:15:23 -0500 Subject: [PATCH] Attempt #6 --- docs/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index e523382..f55e918 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -40,5 +40,5 @@ source "https://rubygems.org" group :jekyll_plugins do - gem "just-the-docs", "~> 0.5.3" -end \ No newline at end of file + gem "just-the-docs", git: "https://github.com/just-the-docs/just-the-docs.git", tag: "v0.5.3" +end