Disable failing test on old Ruby version

* See https://github.com/ruby/setup-ruby/issues/405
This commit is contained in:
Benoit Daloze
2022-11-25 17:20:21 +01:00
parent c7079efafd
commit 7a0bff23cb
+1
View File
@@ -184,6 +184,7 @@ jobs:
- run: gem --version | grep -F "3.3.3"
testUseBundlerFromRubyGemsUpdate:
if: false # https://github.com/ruby/setup-ruby/issues/405
name: "Test rubygems: version uses the Bundler installed by the rubygems update"
runs-on: ubuntu-latest
steps: