We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 492a3ed + 1f1e2d6 commit 2f02f4bCopy full SHA for 2f02f4b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.28.2 (2024-03-31)
6
+
7
- Fix a `NameError` by Cross-Referencing. ([@ydah])
8
- Fix an error for `RSpecRails/HttpStatus` when no rack gem is loaded with rubocop-rspec. ([@ydah])
9
- Fix an error for unrecognized cop or department `RSpecRails/HttpStatus` when also using rubocop-rails. ([@ydah])
lib/rubocop/rspec_rails/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpecRails
# Version information for the RSpec Rails RuboCop plugin.
module Version
- STRING = '2.28.1'
+ STRING = '2.28.2'
end
10
0 commit comments