Skip to content

Commit e80c3c9

Browse files
maxkadeljcoyne
andauthored
Avoid bundler 4 since it causes issues with engine_cart (#3784) (#3789)
Co-authored-by: Justin Coyne <[email protected]>
1 parent 1585578 commit e80c3c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
ref:
55
required: false
66
type: string
7-
default: ''
7+
default: ""
88
description: The branch or reference to run the workflow against
99
ruby:
1010
required: false
@@ -48,7 +48,6 @@ jobs:
4848
- name: Set up Ruby
4949
uses: ruby/setup-ruby@v1
5050
with:
51-
bundler: "latest"
5251
ruby-version: ${{ matrix.ruby }}
5352
- name: Change permissions
5453
run: "chmod -f -R o-w /opt/hostedtoolcache/Ruby/3.2.5/x64/lib/ruby/gems/3.2.0/gems | :"

0 commit comments

Comments
 (0)