Skip to content

Commit

Permalink
Fixed bundler installing at ruby 2.7.8
Browse files Browse the repository at this point in the history
```
Installing Bundler
  Using latest Bundler for ruby-2.7.8 because the default Bundler gem is too old for that Ruby version
  Ruby 2.6-2.7 only works with Bundler 2.4
  /opt/hostedtoolcache/Ruby/2.7.8/x64/bin/gem install bundler -v ~> 2.4.0
  ERROR:  While executing gem ... (Zlib::BufError)
      buffer error
  Took   0.78 seconds
```

https://github.com/itamae-kitchen/itamae/actions/runs/7343647181/job/19997130475
  • Loading branch information
sue445 committed Dec 28, 2023
1 parent 0ec658f commit 0e08178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
ruby-version: ${{ inputs.ruby }}
bundler-cache: true
bundler: default
bundler: none

- run: bundle update

Expand Down

0 comments on commit 0e08178

Please sign in to comment.