File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
### 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
3
5
4
6
Enhancements:
5
7
@@ -8,6 +10,10 @@ Enhancements:
8
10
(rspec/rspec-rails #2832 )
9
11
* Add support for ` served_by ` in system specs. (Sam Giffney, rspec/rspec-rails #2841 )
10
12
13
+ Breaking Changes:
14
+
15
+ * Minimum supported Rails version is 7.2.0
16
+
11
17
### 7.1.1 / 2025-02-06
12
18
[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v7.1.0...v7.1.1 )
13
19
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Rails
3
3
# Version information for RSpec Rails.
4
4
module Version
5
5
# Current version of RSpec Rails, in semantic versioning format.
6
- STRING = '7.2 .0.pre'
6
+ STRING = '8.1 .0.pre'
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments