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/01/12 16:28:33 UTC

[GitHub] ivankelly closed pull request #972: Upgrade nokogiri to 1.8.1

ivankelly closed pull request #972: Upgrade nokogiri to 1.8.1
URL: https://github.com/apache/bookkeeper/pull/972
 
 
   

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 09b0f3822..9ac4c81c6 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
 ruby '2.4.1'
 
 gem 'jekyll', '3.4.3'
+gem 'nokogiri', '1.8.1'
 gem 'jekyll-toc'
 
 group :jekyll_plugins do
diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index 01f6596d3..e219637e6 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -37,9 +37,9 @@ GEM
       rb-fsevent (~> 0.9, >= 0.9.4)
       rb-inotify (~> 0.9, >= 0.9.7)
     mercenary (0.3.6)
-    mini_portile2 (2.2.0)
-    nokogiri (1.8.0)
-      mini_portile2 (~> 2.2.0)
+    mini_portile2 (2.3.0)
+    nokogiri (1.8.1)
+      mini_portile2 (~> 2.3.0)
     pathutil (0.14.0)
       forwardable-extended (~> 2.6)
     public_suffix (2.0.5)
@@ -57,6 +57,7 @@ DEPENDENCIES
   jekyll (= 3.4.3)
   jekyll-livereload (= 0.2.2)
   jekyll-toc
+  nokogiri (= 1.8.1)
 
 RUBY VERSION
    ruby 2.4.1p111


 

----------------------------------------------------------------
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