8000
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 05bc2d3 commit 6233940Copy full SHA for 6233940
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: ruby/setup-ruby@v1
28
with:
29
ruby-version: ${{matrix.ruby}}
30
- rubygems: latest
+ rubygems: "3.4.22" # last version to support Ruby 2.7
31
bundler: latest
32
bundler-cache: true
33
- name: Run tests