Skip to content

Releases: ruby/setup-ruby

Use $BUNDLE_GEMFILE if set to locate the Gemfile and Gemfile.lock

13 Aug 18:43
Compare
Choose a tag to compare

Add JRuby 9.2.13.0

12 Aug 09:00
Compare
Choose a tag to compare
Remove lint command

* eslint has been removed.

Add support for Ruby 2.1

16 Jul 20:24
5a76bd6
Compare
Choose a tag to compare

Treat error from restoring the cache as a cache miss

11 Jul 14:12
Compare
Choose a tag to compare
  • Treat error from restoring the cache as a cache miss (#68, #66)
  • Update README to reflect conditions for self-hosted runners (#67)
  • Also include the commit in the cache key for truffleruby-head.

Add JRuby 9.2.12.0

02 Jul 09:34
Compare
Choose a tag to compare
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

14 Jun 11:27
Compare
Choose a tag to compare

Add support for the windows-2016 platform

11 Jun 11:23
Compare
Choose a tag to compare

Add support for Ubuntu 20.04

07 Jun 13:32
Compare
Choose a tag to compare

Add TruffleRuby 20.1.0

06 Jun 15:07
Compare
Choose a tag to compare
v1.35.0

Add TruffleRuby 20.1.0

Add an exported setupRuby() function which can be called from other actions

06 Jun 12:02
Compare
Choose a tag to compare
  • Inputs are passed as simple object properties.
  • It is recommended to expose the same inputs for other actions.
  • See #58 and #33.