]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Force rubygems 3.4.10 for github actions
[rails.git] / .github / workflows / tests.yml
index 3ee6129e113799a8818f455694e55266df9c6792..2588a737f2e69f2894f15f54ccb3716466ef93ed 100644 (file)
@@ -23,6 +23,7 @@ jobs:
       uses: ruby/setup-ruby@v1
       with:
         ruby-version: ${{ matrix.ruby }}
+        rubygems: 3.4.10
         bundler-cache: true
     - name: Cache node modules
       uses: actions/cache@v3