From commits-return-7156-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Fri Mar 15 17:45:53 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8C53C180763 for ; Fri, 15 Mar 2019 18:45:53 +0100 (CET) Received: (qmail 88573 invoked by uid 500); 15 Mar 2019 17:45:52 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 88502 invoked by uid 99); 15 Mar 2019 17:45:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Mar 2019 17:45:52 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2013485325; Fri, 15 Mar 2019 17:45:52 +0000 (UTC) Date: Fri, 15 Mar 2019 17:45:53 +0000 To: "commits@kudu.apache.org" Subject: [kudu] 02/02: Update libv8 version in Gemfile.lock MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: adar@apache.org In-Reply-To: <155267195186.31346.14569289983717707635@gitbox.apache.org> References: <155267195186.31346.14569289983717707635@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: kudu X-Git-Refname: refs/heads/gh-pages X-Git-Reftype: branch X-Git-Rev: 6e6a9fe0a4e29149a848d4623c908b0def59dfb1 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190315174552.2013485325@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/kudu.git commit 6e6a9fe0a4e29149a848d4623c908b0def59dfb1 Author: Attila Bukor AuthorDate: Tue Dec 11 23:32:46 2018 +0100 Update libv8 version in Gemfile.lock libv8 3.16.14.15 doesn't build on Mojave, 3.16.14.19 does and it's still compatible with therubyracer 0.12.3 Change-Id: I19ed9d0a9548aa2f33b3dde701a9519a717631ee Reviewed-on: http://gerrit.cloudera.org:8080/12072 Reviewed-by: Grant Henke Reviewed-by: Andrew Wong Reviewed-by: Adar Dembo Tested-by: Adar Dembo --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f50be94..349e57d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM listen (~> 3.0) json (1.8.6) kramdown (1.10.0) - libv8 (3.16.14.15) + libv8 (3.16.14.19) liquid (2.6.3) listen (3.0.6) rb-fsevent (>= 0.9.3)