Browse Source

Update ruby to 2.7 to fix bundlewatch

Robert-Jan de Dreu 1 year ago
parent
commit
1b59fbd537
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/bundlewatch.yml

+ 1 - 1
.github/workflows/bundlewatch.yml

@@ -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