rspec / rspec-rails

RSpec for Rails 6+
https://rspec.info
MIT License
5.16k stars 1.03k forks source link

Setup rspec-rails to allow main to be used without requiring git rspec #2731

Closed JonRowe closed 7 months ago

JonRowe commented 7 months ago

Increase the desired rspec version to recently released 3.13, but also drop the requirement for pre release versions of RSpec when using rspec-rails from this repo, we seperated rspec-rails from rspec's release cadence so theres no real reason for this to be here, I've kept the CI addition because it allows the build to test against the head but this should make it easier for other people to use pre release versions of rspec-rails

pirj commented 7 months ago

Fantastic!