Skip to content

Commit 1f1e2d6

Browse files
committed
Release 2.28.2
1 parent 492a3ed commit 1f1e2d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 2.28.2 (2024-03-31)
6+
57
- Fix a `NameError` by Cross-Referencing. ([@ydah])
68
- Fix an error for `RSpecRails/HttpStatus` when no rack gem is loaded with rubocop-rspec. ([@ydah])
79
- Fix an error for unrecognized cop or department `RSpecRails/HttpStatus` when also using rubocop-rails. ([@ydah])

lib/rubocop/rspec_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpecRails
55
# Version information for the RSpec Rails RuboCop plugin.
66
module Version
7-
STRING = '2.28.1'
7+
STRING = '2.28.2'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)