We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b610e97 commit bf4c062Copy full SHA for bf4c062
.github/workflows/ruby.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: ruby/setup-ruby@v1
19
with:
20
ruby-version: .ruby-version
21
+ bundler-cache: true
22
- name: Build and test with Rake, RSpec, RuboCop, Fasterer
23
run: |
24
gem install bundler -v 2.0.2
0 commit comments