Skip to content

Commit d0aba38

Browse files
committed
Use default rubygems and bundler for CI
1 parent 5d67c5b commit d0aba38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
uses: ruby/setup-ruby@v1
4747
with:
4848
ruby-version: ${{ matrix.ruby }}
49-
rubygems: latest
50-
bundler: latest
49+
rubygems: default
50+
# bundler: latest
5151
# bundler-cache: true
5252
- name: Install dependencies
5353
env:

0 commit comments

Comments
 (0)