File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-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/v8.0.1...8-0-maintenance )
2
+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v8.0.2...8-0-maintenance )
3
+
4
+ ### 8.0.2 / 2025-08-12
5
+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v8.0.1...v8.0.2 )
6
+
7
+ Bug Fixes:
8
+
9
+ * Fix scaffold generator producing deprecated Rack http statuses.
10
+ (Taketo Takashima, rspec/rspec-rails #2860 )
3
11
4
12
### 8.0.1 / 2025-06-19
5
13
[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v8.0.0...v8.0.1 )
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 = '8.0.1 '
6
+ STRING = '8.0.2 '
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments