Skip to content

Commit 99e2937

Browse files
committed
fixup! Update rspec github action ruby matrix
1 parent dfa7ef7 commit 99e2937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: ${{ matrix.ruby }}
22+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2223
- name: Install dependencies
2324
run: |
2425
gem install bundler --no-document

0 commit comments

Comments
 (0)