rspec / rspec-mocks

RSpec's 'test double' framework, with support for stubbing and mocking
https://rspec.info
MIT License
1.16k stars 356 forks source link

Support more recent Rubygems and bundler for recent Rubies #1458

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

This PR fixes the CI failure for ruby-head by allowing Ruby versions 3.1.x and later to use a more recent rubygems / bundler.

JonRowe commented 2 years ago

Thanks, I've pulled this into our dev repo that manages these files.