File tree 2 files changed +10
-2
lines changed
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/v7.1.0...7-1-maintenance )
2
+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v7.1.1...7-1-maintenance )
3
+
4
+ ### 7.1.1 / 2025-02-06
5
+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v7.1.0...v7.1.1 )
6
+
7
+ Bug Fixes:
8
+
9
+ * Check wether rspec-mocks has been loaded before enabling signature
10
+ verification for ` have_enqueued_job ` et al (Jon Rowe, #2823 )
3
11
4
12
### 7.1.0 / 2024-11-09
5
13
[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v7.0.2...v7.1.0 )
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.1.0 '
6
+ STRING = '7.1.1 '
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments