diff --git a/Gemfile b/Gemfile index 88eb050..82bb477 100755 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ ruby "~> 3.2.0" # gem "jekyll", "~> 3.8.5" gem "github-pages", "~> 231", group: :jekyll_plugins -gem "just-the-docs", "~>0.5.0" +gem "just-the-docs", "~>0.10.0" gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 680211d..86817a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,8 +11,8 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) bigdecimal (3.1.6) coffee-script (2.4.1) @@ -21,7 +21,7 @@ GEM coffee-script-source (1.12.2) colorator (1.1.0) commonmarker (0.23.10) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) dnsruby (1.70.0) simpleidn (~> 0.2.1) @@ -38,7 +38,9 @@ GEM faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - ffi (1.16.3) + ffi (1.17.0) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (231) @@ -96,7 +98,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) jekyll (3.9.5) addressable (~> 2.4) @@ -206,8 +208,9 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - just-the-docs (0.5.1) + just-the-docs (0.10.0) jekyll (>= 3.8.5) + jekyll-include-cache jekyll-seo-tag (>= 2.0) rake (>= 12.3.1) kramdown (2.4.0) @@ -215,7 +218,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) @@ -240,13 +243,13 @@ GEM sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.4) + public_suffix (5.1.1) racc (1.7.3) - rake (13.0.6) + rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.3.7) rouge (3.30.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -281,7 +284,7 @@ PLATFORMS DEPENDENCIES github-pages (~> 231) - just-the-docs (~> 0.5.0) + just-the-docs (~> 0.10.0) webrick (~> 1.8) RUBY VERSION