Releases: ruby/setup-ruby
Releases · ruby/setup-ruby
Add JRuby 9.2.12.0
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().
Support automatic Bundler caching as opt-in
Add support for the windows-2016 platform
Add support for Ubuntu 20.04
Add TruffleRuby 20.1.0
v1.35.0 Add TruffleRuby 20.1.0
Add an exported setupRuby() function which can be called from other actions
Use Bundler 1 on Ruby 2.3
- At least until there is a new Bundler 2 release fixing ruby/rubygems#3570.
- Fixes #51
Fix detection of head version when using ruby-version: debug
Fix checks for head versions * Always use common.isHeadVersion().
Add support for ruby master debug builds
v1.33.0 Add support for ruby master debug builds
Update dependencies
v1.32.2 Update all dependencies