Bump ruby version for Rubocop

We should run rubocop using the latest Ruby version.
This commit is contained in:
eileencodes 2022-06-23 08:25:04 -04:00
parent 1dd7dcc36d
commit 591c8842cc
No known key found for this signature in database
GPG Key ID: BA5C575120BBE8DF

@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.7
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.1
bundler-cache: true
- name: Run RuboCop