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 99528c4 commit 7c0507fCopy full SHA for 7c0507f
.github/workflows/stable.yml
@@ -24,13 +24,8 @@ jobs:
24
uses: ruby/setup-ruby@v1
25
with:
26
ruby-version: ${{ matrix.ruby }}
27
+ rubygems: latest
28
bundler-cache: true # 'bundle install' and cache
29
- - name: Get the newest rubygems version to rid ourselves of warnings
30
- run: gem update --system --no-document
31
-
32
- - name: Install bundler
33
- run: gem i bundler --no-document
34
35
- name: Run tests
36
run: bundle exec rake
0 commit comments