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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
