Skip to content

Commit

Permalink
Merge pull request #3 from rubocop/release
Browse files Browse the repository at this point in the history
Release 2.28.1
  • Loading branch information
ydah committed Mar 28, 2024
2 parents 29b6a67 + 9495c5a commit b141576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.28.1 (2024-03-29)

- 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])

## 2.28.0 (2024-03-28)
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpecRails
# Version information for the RSpec Rails RuboCop plugin.
module Version
STRING = '2.28.0'
STRING = '2.28.1'
end
end
end

0 comments on commit b141576

Please sign in to comment.