eco-rb / bundler-ecology

Bundler plugin to black-list unwanted gems
MIT License
8 stars 2 forks source link

CI: Remove specific version of Bundler #14

Closed olleolleolle closed 4 years ago

olleolleolle commented 4 years ago

This PR attempts to improve the CI configuration by removing the specific version 1.17.3, so that the version that ships with Ruby and RubyGems becomes the one we run the tests with.

If this works, the benefit is that the CI configuration is easier to understand.

If it does not work, we have learned things we can document in the README as "known limitations".