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.
.ruby-version
1 parent 3edbe87 commit b610e97Copy full SHA for b610e97
.github/workflows/ruby.yml
@@ -14,10 +14,10 @@ jobs:
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v2
17
- - name: Set up Ruby 2.7.x
+ - name: Set up Ruby
18
uses: ruby/setup-ruby@v1
19
with:
20
- ruby-version: 2.7
+ ruby-version: .ruby-version
21
- name: Build and test with Rake, RSpec, RuboCop, Fasterer
22
run: |
23
gem install bundler -v 2.0.2
0 commit comments