Skip to content

Commit c26af60

Browse files
authored
Merge pull request #1828 from rubocop/release
Bump version to v2.27.1
2 parents f2593cd + c9399d0 commit c26af60

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
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.27.1 (2024-03-03)
6+
57
- Fix a false positive for `RSpec/RepeatedSubjectCall` when `subject.method_call`. ([@ydah])
68
- Add configuration option `OnlyStaticConstants` to `RSpec/DescribedClass`. ([@ydah])
79

config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ RSpec/DescribedClass:
286286
OnlyStaticConstants: true
287287
SafeAutoCorrect: false
288288
VersionAdded: '1.0'
289-
VersionChanged: "<<next>>"
289+
VersionChanged: '2.27'
290290
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/DescribedClass
291291

292292
RSpec/DescribedClassModuleWrapping:

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rubocop-rspec
22
title: RuboCop RSpec
3-
version: ~
3+
version: '2.27'
44
nav:
55
- modules/ROOT/nav.adoc

docs/modules/ROOT/pages/cops_rspec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ end
887887
| Yes
888888
| Always (Unsafe)
889889
| 1.0
890-
| <<next>>
890+
| 2.27
891891
|===
892892
893893
Checks that tests use `described_class`.

lib/rubocop/rspec/version.rb

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

0 commit comments

Comments
 (0)