Skip to content

Commit 41efca2

Browse files
committed
No need for Bundler for running ruby/spec
1 parent a0669c1 commit 41efca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.ruby }}
20+
bundler: none
2021
- name: Clone MSpec
2122
run: git clone https://github.com/ruby/mspec.git ../mspec
2223

0 commit comments

Comments
 (0)