Skip to content

Commit bef67aa

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

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
jobs:
1010
set_matrix:
@@ -43,7 +43,6 @@ jobs:
4343
- name: Set up Ruby
4444
uses: ruby/setup-ruby@v1
4545
with:
46-
bundler: "latest"
4746
ruby-version: ${{ matrix.ruby }}
4847
- name: Change permissions
4948
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)