Browse Source

Update ruby to 3.2 to fix bundlewatch

Robert-Jan de Dreu 1 year ago
parent
commit
a299c002b3
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
       - name: Set up Bundler
         uses: ruby/setup-ruby@v1
         uses: ruby/setup-ruby@v1
         with:
         with:
-          ruby-version: 2.7
+          ruby-version: 3.2
           bundler-cache: true
           bundler-cache: true
 
 
       - name: Install pnpm dependencies
       - name: Install pnpm dependencies