Skip to content

Commit 9495c5a

Browse files
committed
Release 2.28.1
1 parent 29b6a67 commit 9495c5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 2.28.1 (2024-03-29)
6+
57
- Implicit dependency on RuboCop RSpec. Note that if you use rubocop-rspec_rails, you must also explicitly add rubocop-rspec to the Gemfile, because you are changing to an implicit dependency on RuboCop RSpec. ([@ydah])
68

79
## 2.28.0 (2024-03-28)

lib/rubocop/rspec_rails/version.rb

+1-1
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.0'
7+
STRING = '2.28.1'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)