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

alexey pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new ab88394  [gem] add dependency for date and fileutils gems
ab88394 is described below

commit ab883941340790dd9849f2666cdcb659ef8af9b5
Author: Alexey Serbin <[email protected]>
AuthorDate: Wed Oct 30 19:08:02 2019 -0700

    [gem] add dependency for date and fileutils gems
    
    Without these explicit dependencies, running 'site_tool proof'
    was failing if running on Ubuntu 18.04.1 LTS.
    
    Change-Id: I29e81e0a07fcd57b287dd55cda07c661a8b2f666
    Reviewed-on: http://gerrit.cloudera.org:8080/14597
    Reviewed-by: Alexey Serbin <[email protected]>
    Tested-by: Alexey Serbin <[email protected]>
---
 Gemfile      | 3 +++
 Gemfile.lock | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/Gemfile b/Gemfile
index 21860e4..44acbb9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,3 +36,6 @@ gem 'jekyll-feed'
 # Used for 'site_tool proof'.
 # Pin to an old version which doesn't require ruby 2.0.
 gem 'html-proofer', '~> 2.6.4'
+
+gem 'fileutils', '~> 1.0.2'
+gem 'date', '~> 1.0.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 349e57d..cfe621b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,6 +17,7 @@ GEM
     coffee-script-source (1.10.0)
     colorator (0.1)
     colored (1.2)
+    date (1.0.0)
     ethon (0.8.1)
       ffi (>= 1.3.0)
     execjs (2.6.0)
@@ -24,6 +25,7 @@ GEM
       multipart-post (>= 1.2, < 3)
     fast-stemmer (1.0.2)
     ffi (1.9.10)
+    fileutils (1.0.2)
     html-proofer (2.6.4)
       activesupport (~> 4.2)
       addressable (~> 2.3)
@@ -108,6 +110,8 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
+  date (~> 1.0.0)
+  fileutils (~> 1.0.2)
   html-proofer (~> 2.6.4)
   jekyll (~> 2.5.3)
   jekyll-feed

Reply via email to