Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bundler: Fix flaky specs by checking major version unlock only
These tests run bundler to check the latest version, but any time this is updated the test would start to fail (#3235). This change makes sure that we only check that the version was unlocked by checking the major version only. If a v3 is ever released this will fail again, but at least it buys us a bit more time.
- Loading branch information