diff --git a/docs/Gemfile b/docs/Gemfile index 9656c94b6..b5c7d90e6 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' -gem 'github-pages', '>= 192', group: :jekyll_plugins \ No newline at end of file +gem 'github-pages', '>= 192', group: :jekyll_plugins +gem "nokogiri", '>= 1.10.4' \ No newline at end of file diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index b7c8c74ee..999fcbe9a 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -74,7 +74,7 @@ GEM listen (= 3.1.5) mercenary (~> 0.3) minima (= 2.5.0) - nokogiri (>= 1.8.5, < 2.0) + nokogiri (>= 1.10.4, < 2.0) rouge (= 2.2.1) terminal-table (~> 1.4) github-pages-health-check (1.16.1) @@ -85,7 +85,7 @@ GEM typhoeus (~> 1.3) html-pipeline (2.12.0) activesupport (>= 2) - nokogiri (>= 1.4) + nokogiri (>= 1.10.4) http_parser.rb (0.6.0) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -248,6 +248,7 @@ PLATFORMS DEPENDENCIES github-pages (>= 192) + nokogiri (>= 1.10.4) BUNDLED WITH 1.17.3