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 718891b + fd1166d commit d64bcd7Copy full SHA for d64bcd7
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.28.3 (2024-04-11)
6
+
7
- Fix an error for Ambiguous cop name `RSpec/Rails/HttpStatus`. ([@ydah])
8
9
## 2.28.2 (2024-03-31)
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.2'
+ STRING = '2.28.3'
end
10
0 commit comments