Releases: ruby/setup-ruby
Releases · ruby/setup-ruby
Add Ruby 3.0.0-preview2
Do not export BUNDLER_VERSION
Use CRuby releases from the toolcache when available
Actually use Bundler 1 when specifying `bundler: 1` on Ruby 2.7+ and no lockfile
Actually use Bundler 1 when specifying `bundler: 1` on Ruby 2.7+
- Fixes #117
- This is a duplicate of v1.56.0, due to some error when creating the release on GitHub.
Try to match non-stable versions too like 3.0 for 3.0.0-preview1
GitHub Actions parses 3.0 as '3', so use quotes * And adapt excludes.
Run bundle clean when reusing a cache and the lockfile changed
Add TruffleRuby 20.3.0
v1.52.0 Add TruffleRuby 20.3.0
Fix parsing of ruby-version: ruby-3.0.0-preview1
Due to the two - it would trigger an issue in the logic due the unintuitive behavior of string.split(sep, limit) in JavaScript.
Only consider stable versions when using an engine-only version
- This only affected
ruby-version: ruby. - Fixes #110 (comment)