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