diff --git a/Gemfile b/Gemfile index fb19d32..386a4af 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.3.4" -gem "just-the-docs", "0.10.0" +gem "just-the-docs", "0.12.0" # Required for GitHub Pages gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 8e67542..65b6dce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - just-the-docs (0.10.0) + just-the-docs (0.12.0) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -88,7 +88,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.4) jekyll-seo-tag (~> 2.8) - just-the-docs (= 0.10.0) + just-the-docs (= 0.12.0) webrick (~> 1.8) BUNDLED WITH