Skip to content

Commit

Permalink
Merge pull request #1828 from rubocop/release
Browse files Browse the repository at this point in the history
Bump version to v2.27.1
  • Loading branch information
bquorning committed Mar 3, 2024
2 parents f2593cd + c9399d0 commit c26af60
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.27.1 (2024-03-03)

- Fix a false positive for `RSpec/RepeatedSubjectCall` when `subject.method_call`. ([@ydah])
- Add configuration option `OnlyStaticConstants` to `RSpec/DescribedClass`. ([@ydah])

Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -286,7 +286,7 @@ RSpec/DescribedClass:
OnlyStaticConstants: true
SafeAutoCorrect: false
VersionAdded: '1.0'
VersionChanged: "<<next>>"
VersionChanged: '2.27'
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/DescribedClass

RSpec/DescribedClassModuleWrapping:
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
@@ -1,5 +1,5 @@
name: rubocop-rspec
title: RuboCop RSpec
version: ~
version: '2.27'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rspec.adoc
Expand Up @@ -887,7 +887,7 @@ end
| Yes
| Always (Unsafe)
| 1.0
| <<next>>
| 2.27
|===
Checks that tests use `described_class`.
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '2.27.0'
STRING = '2.27.1'
end
end
end

0 comments on commit c26af60

Please sign in to comment.