You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/12/30 15:56:49 UTC

[GitHub] [avro] tjwp commented on a diff in pull request #2041: AVRO-3697: [ruby] Test against Ruby 3.2

tjwp commented on code in PR #2041:
URL: https://github.com/apache/avro/pull/2041#discussion_r1059440745


##########
lang/ruby/build.sh:
##########
@@ -24,11 +24,6 @@ cd "$(dirname "$0")"
 export GEM_HOME="$PWD/.gem/"
 export PATH="/usr/local/rbenv/shims:$GEM_HOME/bin:$PATH"
 
-# bootstrap bundler
-gem install --no-document -v 1.17.3 bundler
-
-# rbenv is used by the Dockerfile but not the Github action in CI
-rbenv rehash 2>/dev/null || echo "Not using rbenv"

Review Comment:
   Use of rbenv was previously removed from the Dockerfile setup: https://github.com/apache/avro/commit/cf7bfe7710febdc84e70fcc8ad21d859dbf1be1f#diff-9ad53a2cdd23436f405be61d20306403700f362287b3d86609319919176a6fb6L191-L203



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org