tjwp opened a new pull request #929: URL: https://github.com/apache/avro/pull/929
This change addresses issue [https://issues.apache.org/jira/browse/AVRO-2665](https://issues.apache.org/jira/browse/AVRO-2665). The Ruby version used in the build is updated to 2.5.8. This is the latest patch level for the earliest major release that is still receiving updates. The Ruby version (2.3) coming from the base image is removed and Ruby packages for earlier versions are no longer included. Ruby is installed using [rbenv](https://github.com/rbenv/rbenv). There are many different installer options for Ruby. I don't have a strong preference for any of them, but this choice makes it easy to install and run with additional Rubies to test with different versions. E.g. `rbenv install 2.6.6`. I debated also adding the latest for the other supported major releases (2.6.6 and 2.7.1) and script to run tests with each version. I may still add that separately later. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
