Skip to content

Releases: ruby/setup-ruby

Add support for gems.rb/gems.locked

Choose a tag to compare

@eregon eregon released this 19 Sep 09:49

Use MSYS2's Bash instead of Git's Bash shell when using `shell: bash`

Choose a tag to compare

@eregon eregon released this 03 Sep 11:44

Update dependencies

Choose a tag to compare

@eregon eregon released this 23 Aug 11:53
  • Update ncc (#78)
  • Update the actions/cache package which can improve reliability (#79)

Add TruffleRuby 20.2.0

Choose a tag to compare

@eregon eregon released this 19 Aug 14:37
v1.43.0

Add TruffleRuby 20.2.0

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

Choose a tag to compare

@eregon eregon released this 13 Aug 18:43

Add JRuby 9.2.13.0

Choose a tag to compare

@eregon eregon released this 12 Aug 09:00
Remove lint command

* eslint has been removed.

Add support for Ruby 2.1

Choose a tag to compare

@eregon eregon released this 16 Jul 20:24
5a76bd6
  • Add support for Ruby 2.1 (#70, #71)

Treat error from restoring the cache as a cache miss

Choose a tag to compare

@eregon eregon released this 11 Jul 14:12
  • 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

Choose a tag to compare

@eregon eregon released this 02 Jul 09:34
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

Choose a tag to compare

@eregon eregon released this 14 Jun 11:27