You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by iv...@apache.org on 2018/06/13 08:43:00 UTC

[bookkeeper] branch master updated: Issue #1511: Upgrade nokogiri to version 1.8.2

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 53792ec  Issue #1511: Upgrade nokogiri to version 1.8.2
53792ec is described below

commit 53792ec1c3593a00f7b549fb6146182f8b74f10b
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Wed Jun 13 10:42:46 2018 +0200

    Issue #1511: Upgrade nokogiri to version 1.8.2
    
    Version <1.8.2 contain a security vulnerability.
    
    Author: Ivan Kelly <iv...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>
    
    This closes #1515 from ivankelly/nokogiri, closes #1511
---
 site/Gemfile      | 2 +-
 site/Gemfile.lock | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/Gemfile b/site/Gemfile
index 23ca940..cc4f51e 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 a9c775a..9854897 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

-- 
To stop receiving notification emails like this one, please contact
ivank@apache.org.