diff --git a/docs/Gemfile b/docs/Gemfile index f86128c..f9a358e 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem 'github-pages', group: :jekyll_plugins # Added at 2019-11-25 10:11:40 -0800 by jhoward: -gem "nokogiri", "< 1.14.4" +gem "nokogiri", "< 1.15.7" gem "jekyll", ">= 3.7" gem "kramdown", ">= 2.3.1" gem "jekyll-remote-theme" \ No newline at end of file diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 9a8b3b3..f512890 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -205,15 +205,15 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.8.1) + mini_portile2 (2.8.5) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.17.0) multipart-post (2.1.1) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.20.0) faraday (>= 0.9) @@ -221,7 +221,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.6) - racc (1.6.2) + racc (1.7.3) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -263,7 +263,7 @@ DEPENDENCIES jekyll (>= 3.7) jekyll-remote-theme kramdown (>= 2.3.1) - nokogiri (< 1.14.4) + nokogiri (< 1.15.7) BUNDLED WITH 2.1.4 \ No newline at end of file