Update default ruby version to 3.1.1

This commit is contained in:
Henne Vogelsang 2022-03-01 14:53:29 +01:00
parent 4b0b251cf6
commit 162c688a28
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
6 changed files with 8 additions and 8 deletions

View file

@ -26,7 +26,7 @@ jobs:
echo "BUNDLE_CACHE_PATH=vendor/cache.next" >> $GITHUB_ENV
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.0
ruby-version: 3.1.1
bundler-cache: true
- name: Prepare spec
run: |

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.0
ruby-version: 3.1.1
bundler-cache: true
- run: bundle exec rubocop
- run: bundle exec haml-lint app/views
@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.0
ruby-version: 3.1.1
bundler-cache: true
- name: Prepare spec
run: |