Update ruby to 2.7 to fix bundlewatch

This commit is contained in:
Robert-Jan de Dreu
2023-10-20 10:14:16 +02:00
parent 6a477a07ed
commit 1b59fbd537
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Set up Bundler
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
bundler-cache: true
- name: Install pnpm dependencies