diff --git a/Gemfile b/Gemfile index 628eff6..e99af3f 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.8.2' end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 6fb9e17..d902871 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.6) public_suffix (>= 2.0.2, < 6.0) coffee-script (2.4.1) coffee-script-source @@ -14,7 +14,7 @@ GEM coffee-script-source (1.11.1) colorator (1.1.0) commonmarker (0.23.10) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) dnsruby (1.61.9) simpleidn (~> 0.1) em-websocket (0.5.3) @@ -28,7 +28,7 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - ffi (1.15.5) + ffi (1.16.3) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (228) @@ -86,7 +86,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.4) 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.8.2) jekyll (>= 3.8.5) + jekyll-include-cache jekyll-seo-tag (>= 2.0) rake (>= 12.3.1) kramdown (2.3.2) @@ -206,7 +207,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) @@ -228,11 +229,11 @@ GEM forwardable-extended (~> 2.6) public_suffix (4.0.7) racc (1.6.2) - rake (13.0.6) + rake (13.1.0) 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.8.2) BUNDLED WITH 2.2.33