You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2021/09/01 05:00:35 UTC

[bigtop] 01/03: BIGTOP-3499. Fix Logstash build failure due to gem version incompatibility. (#734)

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

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

commit 58a378f9d0b5da6a9325f2f07bc745e5643831b9
Author: Kengo Seki <se...@apache.org>
AuthorDate: Tue Feb 16 11:05:57 2021 +0900

    BIGTOP-3499. Fix Logstash build failure due to gem version incompatibility. (#734)
    
    
    (cherry picked from commit 4a9f6598321a61e2c4fb60da56ef54904b8dd4f2)
---
 .../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"