Releases: ruby/setup-ruby
Releases · ruby/setup-ruby
Fix release workflow bumping the v1 branch
- It needs a full checkout.
Add a working-directory input to resolve .ruby-version, Gemfile.lock, etc
Do not show a "Installing Bundler" group for bundler: none
v1.31.1 Document the consequences of using a specific version or commit sha
Use grouping in output and measure each group
Do no install Bundler on ruby-head/mingw/mswin
- Since latest Bundler is not necessarily compatible with ruby-head, and the stdlib Bundler should be recent enough for ruby-head
- See #48
Add latest CRuby release on Windows
Install Bundler from Gemfile.lock BUNDLED WITH or install latest
Use builds with --enable-shared and add new Ruby releases
Set MAKE on Windows
Automatically create a ~/.gemrc file
- To avoid generating documentation on
gem install, which can take a long time.