Skip to content

Commit 6e194c5

Browse files
authored
Merge pull request #37 from rubocop/release-2_29
Release v2.29.0
2 parents 27d4340 + 701d21c commit 6e194c5

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.29.0 (2024-06-08)
6+
57
- Support `AutoCorrect: contextual` option for LSP. ([@ydah])
68

79
## 2.28.3 (2024-04-11)

config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RSpecRails/NegationBeValid:
7474
- be_invalid
7575
Enabled: pending
7676
VersionAdded: '2.23'
77-
VersionChanged: "<<next>>"
77+
VersionChanged: '2.29'
7878
Reference: https://www.rubydoc.info/gems/rubocop-rspec_rails/RuboCop/Cop/RSpecRails/NegationBeValid
7979

8080
RSpecRails/TravelAround:

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_rails
22
title: RuboCop RSpec Rails
3-
version: ~
3+
version: '2.29'
44
nav:
55
- modules/ROOT/nav.adoc

docs/modules/ROOT/pages/cops_rspecrails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ expect(a).to be(false)
323323
| No
324324
| Command-line only (Unsafe)
325325
| 2.23
326-
| <<next>>
326+
| 2.29
327327
|===
328328
329329
Enforces use of `be_invalid` or `not_to` for negated be_valid.

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.3'
7+
STRING = '2.29.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)