You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/06/13 08:42:55 UTC

[GitHub] ivankelly closed pull request #1515: Issue #1511: Upgrade nokogiri to version 1.8.2

ivankelly closed pull request #1515: Issue #1511: Upgrade nokogiri to version 1.8.2
URL: https://github.com/apache/bookkeeper/pull/1515
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/Gemfile b/site/Gemfile
index 23ca9402f..cc4f51e7f 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
 ruby '>=2.3.1'
 
 gem 'jekyll', '3.7.0'
-gem 'nokogiri'
+gem 'nokogiri', '1.8.2'
 gem 'jekyll-toc', '0.2.1'
diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index a9c775a04..985489730 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -41,7 +41,7 @@ GEM
       ruby_dep (~> 1.2)
     mercenary (0.3.6)
     mini_portile2 (2.3.0)
-    nokogiri (1.8.1)
+    nokogiri (1.8.2)
       mini_portile2 (~> 2.3.0)
     pathutil (0.16.1)
       forwardable-extended (~> 2.6)
@@ -64,10 +64,10 @@ PLATFORMS
 DEPENDENCIES
   jekyll (= 3.7.0)
   jekyll-toc (= 0.2.1)
-  nokogiri
+  nokogiri (= 1.8.2)
 
 RUBY VERSION
    ruby 2.4.1p111
 
 BUNDLED WITH
-   1.16.1
+   1.16.2


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services