mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Use Bundler 1 on Ruby 2.3
* At least until there is a new Bundler 2 release fixing this. * Fixes https://github.com/ruby/setup-ruby/issues/51
This commit is contained in:
@@ -112,7 +112,7 @@ and the [condition and expression syntax](https://help.github.com/en/actions/ref
|
||||
|
||||
By default, if there is a `Gemfile.lock` file with a `BUNDLED WITH` section,
|
||||
the latest version of Bundler with the same major version will be installed.
|
||||
Otherwise, the latest Bundler version is installed (except for Ruby 2.2 where only Bundler 1 is supported).
|
||||
Otherwise, the latest Bundler version is installed (except for Ruby 2.2 and 2.3 where only Bundler 1 is supported).
|
||||
|
||||
This behavior can be customized, see [action.yml](action.yml) for details about the `bundler` input.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user