Skip to content

Commit 28ad978

Browse files
committed
v7.1.1
1 parent 7f63fa9 commit 28ad978

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Changelog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### 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)
311

412
### 7.1.0 / 2024-11-09
513
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.2...v7.1.0)

lib/rspec/rails/version.rb

+1-1
Original file line numberDiff line numberDiff 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.1.0'
6+
STRING = '7.1.1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)