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

Fix build for Ruby 3.4.0 preview 1 #1581

Closed JonRowe closed 2 months ago

JonRowe commented 2 months ago

Ruby head is currently Ruby 3.4 and has a couple of changes which issue warnings this PR:

JonRowe commented 2 months ago

Cucumber is failing on head potentially because of hash changes? I'm going to merge this and I will probably add a 3.4.0-preview1 matrix entry