Skip to content

Releases: ruby/setup-ruby

Use CRuby releases from the toolcache when available

05 Dec 16:07

Choose a tag to compare

Actually use Bundler 1 when specifying `bundler: 1` on Ruby 2.7+ and no lockfile

05 Dec 14:42

Choose a tag to compare

Actually use Bundler 1 when specifying `bundler: 1` on Ruby 2.7+

05 Dec 14:42

Choose a tag to compare

  • 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

05 Dec 12:19

Choose a tag to compare

GitHub Actions parses 3.0 as '3', so use quotes

* And adapt excludes.

Run bundle clean when reusing a cache and the lockfile changed

02 Dec 16:38

Choose a tag to compare

Add TruffleRuby 20.3.0

20 Nov 12:02

Choose a tag to compare

v1.52.0

Add TruffleRuby 20.3.0

Fix parsing of ruby-version: ruby-3.0.0-preview1

18 Nov 23:38

Choose a tag to compare

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

18 Nov 20:57

Choose a tag to compare

Add support for macos-11.0

13 Nov 09:52

Choose a tag to compare

Always include the version in the platform

12 Nov 20:38

Choose a tag to compare

Also include the version in the platform for macos and windows

* Guess the platform based on $ImageOS.