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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a9f659  BIGTOP-3499. Fix Logstash build failure due to gem version 
incompatibility. (#734)
4a9f659 is described below

commit 4a9f6598321a61e2c4fb60da56ef54904b8dd4f2
Author: Kengo Seki <[email protected]>
AuthorDate: Tue Feb 16 11:05:57 2021 +0900

    BIGTOP-3499. Fix Logstash build failure due to gem version incompatibility. 
(#734)
---
 .../src/common/logstash/patch1-gem-version-compatibility.diff  | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/bigtop-packages/src/common/logstash/patch1-gem-version-compatibility.diff 
b/bigtop-packages/src/common/logstash/patch1-gem-version-compatibility.diff
new file mode 100644
index 0000000..bf7f2ee
--- /dev/null
+++ b/bigtop-packages/src/common/logstash/patch1-gem-version-compatibility.diff
@@ -0,0 +1,10 @@
+diff --git a/Gemfile b/Gemfile
+index e6b55ded0..ee2f4ef0a 100644
+--- a/Gemfile
++++ b/Gemfile
+@@ -139,3 +139,5 @@ gem "poseidon", ">= 0"
+ gem "snappy", ">= 0"
+ gem "webmock", "~> 1.21.0"
+ gem "amazing_print", "= 1.2.1"
++gem "nokogiri", "~> 1.10.0"
++gem "msgpack", "<= 1.4.1"

Reply via email to