diff --git a/docs/Gemfile b/docs/Gemfile index 83f7188fcc..b9de09ceb7 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -10,7 +10,7 @@ source "https://rubygems.org" # Happy Jekylling! # gem "jekyll", "3.5.1" -gem "github-pages", ">= 172", group: :jekyll_plugins +gem "github-pages", ">= 200", group: :jekyll_plugins # This is the default theme for new Jekyll sites. You may change this to anything you like. # gem "minima", "~> 2.0" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 6d4bb82213..0a10e2392f 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -25,18 +25,18 @@ GEM ffi (>= 1.3.0) eventmachine (1.2.7) execjs (2.7.0) - faraday (0.16.1) + faraday (0.17.0) multipart-post (>= 1.2, < 3) - ffi (1.11.1) + ffi (1.11.2) forwardable-extended (2.6.0) gemoji (3.0.1) - github-pages (200) + github-pages (202) activesupport (= 4.2.11.1) github-pages-health-check (= 1.16.1) jekyll (= 3.8.5) jekyll-avatar (= 0.6.0) jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.1.5) + jekyll-commonmark-ghpages (= 0.1.6) jekyll-default-layout (= 0.1.4) jekyll-feed (= 0.11.0) jekyll-gist (= 1.5.0) @@ -73,7 +73,7 @@ GEM mercenary (~> 0.3) minima (= 2.5.0) nokogiri (>= 1.10.4, < 2.0) - rouge (= 2.2.1) + rouge (= 3.11.0) terminal-table (~> 1.4) github-pages-health-check (1.16.1) addressable (~> 2.3) @@ -81,7 +81,7 @@ GEM octokit (~> 4.0) public_suffix (~> 3.0) typhoeus (~> 1.3) - html-pipeline (2.12.0) + html-pipeline (2.12.2) activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.6.0) @@ -108,10 +108,10 @@ GEM jekyll-commonmark (1.3.1) commonmarker (~> 0.14) jekyll (>= 3.7, < 5.0) - jekyll-commonmark-ghpages (0.1.5) + jekyll-commonmark-ghpages (0.1.6) commonmarker (~> 0.17.6) - jekyll-commonmark (~> 1) - rouge (~> 2) + jekyll-commonmark (~> 1.2) + rouge (>= 2.0, < 4.0) jekyll-default-layout (0.1.4) jekyll (~> 3.0) jekyll-feed (0.11.0) @@ -204,9 +204,9 @@ GEM jekyll (~> 3.5) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.12.2) + minitest (5.13.0) multipart-post (2.1.1) - nokogiri (1.10.4) + nokogiri (1.10.5) mini_portile2 (~> 2.4.0) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -216,7 +216,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - rouge (2.2.1) + rouge (3.11.0) ruby-enum (0.7.2) i18n ruby_dep (1.5.0) @@ -243,7 +243,7 @@ PLATFORMS ruby DEPENDENCIES - github-pages (>= 172) + github-pages (>= 200) tzinfo-data BUNDLED WITH