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 fe90740 commit 128de6fCopy full SHA for 128de6f
.github/workflows/ruby.yml
@@ -51,6 +51,7 @@ jobs:
51
- uses: ruby/setup-ruby@v1
52
with:
53
ruby-version: ${{ matrix.ruby }}
54
+ rubygems: latest
55
bundler-cache: true # Run "bundle install", and cache the result automatically.
56
57
- name: Ruby specs
0 commit comments