]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Switch to bundler 2.x
[chef.git] / .github / workflows / cookstyle.yml
index a181f72f1dfba332cdc7450c8c4f069c4359b57f..274884da318c426324ae4cdcd805660ebbb627c9 100644 (file)
@@ -20,7 +20,8 @@ jobs:
           bundle-${{ runner.OS }}-
     - name: Install gems
       run: |
-        gem install bundler --version "~> 1.17"
-        bundle install --jobs 4 --retry 3 --deployment
+        gem install bundler
+        bundle config set deployment true
+        bundle install --jobs 4 --retry 3
     - name: Run cookstyle
       run: bundle exec cookstyle --format fuubar