Skip to content

Commit f3c4280

Browse files
committed
Don't need to install bundler manually
1 parent d10f006 commit f3c4280

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
with:
1818
ruby-version: ${{ matrix.ruby }}
1919
- name: Install dependencies
20-
run: |
21-
gem install bundler --no-document
22-
bundle install
20+
run: bundle install
2321
- name: Run test
2422
run: rake test

0 commit comments

Comments
 (0)