Skip to content

Commit 4ed11e0

Browse files
committed
action.yml - bundler-cache input, change default to 'false'
1 parent 7c1b3dd commit 4ed11e0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
bundler-cache:
1414
description: 'Used by ruby/setup-ruby. Run "bundle install", and cache the result automatically. Either true or false.'
1515
required: false
16-
default: 'true'
16+
default: 'false'
1717
working-directory:
1818
description: 'Used by ruby/setup-ruby. The working directory to use for resolving paths for .ruby-version, .tool-versions and Gemfile.lock.'
1919
required: false

dist/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-ruby-pkgs",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "Install packages and update builds tools for Ruby",
55
"main": "index.js",
66
"scripts": {
@@ -16,6 +16,7 @@
1616
"ruby",
1717
"setup",
1818
"windows",
19+
"msys2",
1920
"mingw",
2021
"mswin"
2122
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-ruby-pkgs",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "Install packages and update builds tools for Ruby",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)