mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Improve the README, move the working directory section, mention $BUNDLE_GEMFILE
This commit is contained in:
+4
-1
@@ -10,7 +10,10 @@ inputs:
|
||||
required: false
|
||||
default: 'default'
|
||||
bundler:
|
||||
description: 'The version of Bundler to install. Either none, 1, 2, latest or Gemfile.lock. For Gemfile.lock, the version is determined based on the BUNDLED WITH section from the file ($BUNDLE_GEMFILE || Gemfile).lock. Defaults to Gemfile.lock if it exists and latest otherwise.'
|
||||
description: |
|
||||
The version of Bundler to install. Either 'none', 1, 2, 'latest' or 'Gemfile.lock'.
|
||||
For 'Gemfile.lock', the version is determined based on the BUNDLED WITH section from the file ($BUNDLE_GEMFILE || Gemfile).lock.
|
||||
Defaults to 'Gemfile.lock' if it exists and 'latest' otherwise.
|
||||
required: false
|
||||
default: 'default'
|
||||
bundler-cache:
|
||||
|
||||
Reference in New Issue
Block a user