bump ruby version to 3.1.2

This commit is contained in:
Rune Antonsen 2022-04-21 13:38:25 +02:00 committed by Henne Vogelsang
parent f17fab82d2
commit 9c904f1103
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
6 changed files with 7 additions and 7 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.1
ruby-version: 3.1.2
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.1
ruby-version: 3.1.2
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.1
ruby-version: 3.1.2
bundler-cache: true
- name: Prepare spec
run: |