You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2020/05/29 15:29:52 UTC

[avro] branch master updated: AVRO-2733: No longer explicitly require rubygems

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 34c5e7b  AVRO-2733: No longer explicitly require rubygems
34c5e7b is described below

commit 34c5e7b3b542c0e0b33747086c3cba7bc73b4904
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Tue May 12 17:47:40 2020 +0200

    AVRO-2733: No longer explicitly require rubygems
---
 share/test/interop/bin/test_rpc_interop.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/test/interop/bin/test_rpc_interop.sh b/share/test/interop/bin/test_rpc_interop.sh
index f80437f..7ea16b2 100755
--- a/share/test/interop/bin/test_rpc_interop.sh
+++ b/share/test/interop/bin/test_rpc_interop.sh
@@ -34,7 +34,7 @@ py3_tool() {
 }
 
 ruby_tool() {
-  ruby -rubygems -Ilang/ruby/lib lang/ruby/test/tool.rb "$@"
+  ruby -Ilang/ruby/lib lang/ruby/test/tool.rb "$@"
 }
 
 proto=share/test/schemas/simple.avpr