You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2017/02/16 07:30:07 UTC

kudu git commit: KUDU-1883. Support Ruby 2.4 in make docs task

Repository: kudu
Updated Branches:
  refs/heads/master 7027a168b -> a23341acd


KUDU-1883. Support Ruby 2.4 in make docs task

Bumps the json gem to 1.8.5 in order to support ruby 2.4.
Additionally bumps the libv8 gem to 3.16.14.14 to support xcode 7.3+.

This is the minimal version bump required to fix my issues,
though newer versions of the gems are available.

Change-Id: Ib3da3c0da24a8a51b4ee61dab371fea685717c82
Reviewed-on: http://gerrit.cloudera.org:8080/6022
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/a23341ac
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/a23341ac
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/a23341ac

Branch: refs/heads/master
Commit: a23341acd77b39f709d7bb2b7748aeb9edd29f44
Parents: 7027a16
Author: Grant Henke <gh...@cloudera.com>
Authored: Wed Feb 15 17:31:40 2017 -0600
Committer: Todd Lipcon <to...@apache.org>
Committed: Thu Feb 16 07:29:55 2017 +0000

----------------------------------------------------------------------
 docs/support/scripts/Gemfile.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/a23341ac/docs/support/scripts/Gemfile.lock
----------------------------------------------------------------------
diff --git a/docs/support/scripts/Gemfile.lock b/docs/support/scripts/Gemfile.lock
index 0d43a61..30b3db7 100644
--- a/docs/support/scripts/Gemfile.lock
+++ b/docs/support/scripts/Gemfile.lock
@@ -22,8 +22,8 @@ GEM
       redcarpet (~> 2.3.0)
       safe_yaml (~> 1.0)
       toml (~> 0.1.0)
-    json (1.8.3)
-    libv8 (3.16.14.13)
+    json (1.8.5)
+    libv8 (3.16.14.14)
     liquid (2.5.5)
     listen (1.3.1)
       rb-fsevent (>= 0.9.3)