diff --git a/Gemfile b/Gemfile index 991c0675..51af270d 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.5" -gem "just-the-docs", "~> 0.7.0" +gem "just-the-docs", "~> 0.12.0" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins diff --git a/Gemfile.lock b/Gemfile.lock index 58356479..e992964f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - just-the-docs (0.7.0) + just-the-docs (0.12.0) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -103,7 +103,7 @@ DEPENDENCIES http_parser.rb (~> 0.8.0) jekyll (~> 4.3.2) jekyll-feed (~> 0.12) - just-the-docs (~> 0.7.0) + just-the-docs (~> 0.12.0) minima (~> 2.5) tzinfo (>= 1, < 3) tzinfo-data