Skip to content

Add JRuby 9.2.12.0

Choose a tag to compare

@eregon eregon released this 02 Jul 09:34
· 631 commits to master since this release
Allow running external function before 'bundle install'

External actions may use setup-ruby, and some actions make changes/additions to the build environment. These may be needed for dependencies.

Hence, allow those external actions to run code before 'bundle install'. This is done by passing a function as a parameter to setupRuby().