This is an automated email from the ASF dual-hosted git repository.

ivank pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 543ad2b  Upgrade nokogiri to 1.8.1
543ad2b is described below

commit 543ad2b5722988d3936680f605b53fd5be5df403
Author: Ivan Kelly <[email protected]>
AuthorDate: Fri Jan 12 17:28:22 2018 +0100

    Upgrade nokogiri to 1.8.1
    
    Upgrade nokogiri as 1.8.0 has a security vulnerability.
    
    Author: Ivan Kelly <[email protected]>
    
    Reviewers: Matteo Merli <[email protected]>
    
    This closes #972 from ivankelly/nokogiri-upgrade
---
 site/Gemfile      | 1 +
 site/Gemfile.lock | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/site/Gemfile b/site/Gemfile
index 09b0f38..9ac4c81 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 01f6596..e219637 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

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to