Skip to content

Commit eda6f53

Browse files
committed
Simplify setup-ruby action
1 parent 18b143b commit eda6f53

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
uses: ruby/setup-ruby@v1
4949
with:
5050
ruby-version: ${{ matrix.ruby }}
51-
bundler: default
5251
bundler-cache: true
53-
rubygems: latest
5452

5553
- name: StandardRb check
5654
run: bundle exec standardrb
@@ -110,9 +108,7 @@ jobs:
110108
uses: ruby/setup-ruby@v1
111109
with:
112110
ruby-version: ${{ matrix.ruby }}
113-
bundler: default
114111
bundler-cache: true
115-
rubygems: latest
116112

117113
- name: StandardRb check
118114
run: bundle exec standardrb
@@ -172,9 +168,7 @@ jobs:
172168
uses: ruby/setup-ruby@v1
173169
with:
174170
ruby-version: ${{ matrix.ruby }}
175-
bundler: default
176171
bundler-cache: true
177-
rubygems: latest
178172

179173
- name: StandardRb check
180174
run: bundle exec standardrb

0 commit comments

Comments
 (0)