Skip to content

Commit

Permalink
v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 6, 2025
1 parent 7f63fa9 commit 28ad978
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Development
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.0...7-1-maintenance)
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.1...7-1-maintenance)

### 7.1.1 / 2025-02-06
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.0...v7.1.1)

Bug Fixes:

* Check wether rspec-mocks has been loaded before enabling signature
verification for `have_enqueued_job` et al (Jon Rowe, #2823)

### 7.1.0 / 2024-11-09
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.2...v7.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Rails
# Version information for RSpec Rails.
module Version
# Current version of RSpec Rails, in semantic versioning format.
STRING = '7.1.0'
STRING = '7.1.1'
end
end
end

0 comments on commit 28ad978

Please sign in to comment.