Update to latest ruby 3.1 version

This commit is contained in:
Henne Vogelsang 2023-04-11 11:38:49 +02:00
parent 41630622b6
commit 22beddd3f1
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
5 changed files with 6 additions and 6 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.3
ruby-version: 3.1.4
bundler-cache: true
- name: Prepare spec
run: |