diff --git a/Gemfile b/Gemfile index 628eff6..65374bc 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' group :jekyll_plugins do gem 'github-pages', '~> 228' gem 'jekyll-remote-include', '~> 1.0.2' - gem 'just-the-docs', '~> 0.5.1' + gem 'just-the-docs', '~> 0.6.0' end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 68751dc..bdd51d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) coffee-script (2.4.1) coffee-script-source @@ -86,7 +86,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) jekyll (3.9.3) addressable (~> 2.4) @@ -197,8 +197,9 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - just-the-docs (0.5.1) + just-the-docs (0.6.0) jekyll (>= 3.8.5) + jekyll-include-cache jekyll-seo-tag (>= 2.0) rake (>= 12.3.1) kramdown (2.3.2) @@ -232,7 +233,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.2.6) rouge (3.26.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -265,7 +266,7 @@ PLATFORMS DEPENDENCIES github-pages (~> 228) jekyll-remote-include (~> 1.0.2) - just-the-docs (~> 0.5.1) + just-the-docs (~> 0.6.0) BUNDLED WITH 2.2.33