File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11### Development
2- [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v7.1.1...main )
2+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0 )
3+
4+ ### 8.0.0 / 2025-04-30
35
46Enhancements:
57
@@ -8,6 +10,10 @@ Enhancements:
810(rspec/rspec-rails #2832 )
911* Add support for ` served_by ` in system specs. (Sam Giffney, rspec/rspec-rails #2841 )
1012
13+ Breaking Changes:
14+
15+ * Minimum supported Rails version is 7.2.0
16+
1117### 7.1.1 / 2025-02-06
1218[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v7.1.0...v7.1.1 )
1319
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Rails
33 # Version information for RSpec Rails.
44 module Version
55 # Current version of RSpec Rails, in semantic versioning format.
6- STRING = '7.2 .0.pre'
6+ STRING = '8.1 .0.pre'
77 end
88 end
99end
You can’t perform that action at this time.
0 commit comments