Use the Bundler shipped with that Ruby by default

* Fixes https://github.com/ruby/setup-ruby/issues/358
This commit is contained in:
Benoit Daloze
2022-07-26 20:57:23 +02:00
parent a54c48c94b
commit 4e1189c53d
6 changed files with 79 additions and 62 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const windows = common.windows
const inputDefaults = {
'ruby-version': 'default',
'rubygems': 'default',
'bundler': 'default',
'bundler': 'Gemfile.lock',
'bundler-cache': 'false',
'working-directory': '.',
'cache-version': bundler.DEFAULT_CACHE_VERSION,