@@ -120,7 +120,7 @@ Rails/ActiveRecordOverride:
120120 Enabled : true
121121 Severity : warning
122122 VersionAdded : ' 0.67'
123- VersionChanged : ' <<next>> '
123+ VersionChanged : ' 2.18 '
124124 Include :
125125 - app/models/**/*.rb
126126
@@ -324,7 +324,7 @@ Rails/DeprecatedActiveModelErrorsMethods:
324324 Severity : warning
325325 Safe : false
326326 VersionAdded : ' 2.14'
327- VersionChanged : ' <<next>> '
327+ VersionChanged : ' 2.18 '
328328
329329Rails/DotSeparatedKeys :
330330 Description : ' Enforces the use of dot-separated keys instead of `:scope` options in `I18n` translation methods.'
@@ -337,14 +337,14 @@ Rails/DuplicateAssociation:
337337 Enabled : pending
338338 Severity : warning
339339 VersionAdded : ' 2.14'
340- VersionChanged : ' <<next>> '
340+ VersionChanged : ' 2.18 '
341341
342342Rails/DuplicateScope :
343343 Description : ' Multiple scopes share this same where clause.'
344344 Enabled : pending
345345 Severity : warning
346346 VersionAdded : ' 2.14'
347- VersionChanged : ' <<next>> '
347+ VersionChanged : ' 2.18 '
348348
349349Rails/DurationArithmetic :
350350 Description : ' Do not use duration as arithmetic operand with `Time.current`.'
@@ -689,7 +689,7 @@ Rails/Pluck:
689689 Enabled : ' pending'
690690 Safe : false
691691 VersionAdded : ' 2.7'
692- VersionChanged : ' <<next>> '
692+ VersionChanged : ' 2.18 '
693693
694694Rails/PluckId :
695695 Description : ' Use `ids` instead of `pluck(:id)` or `pluck(primary_key)`.'
@@ -845,7 +845,7 @@ Rails/ResponseParsedBody:
845845 Description : Prefer `response.parsed_body` to `JSON.parse(response.body)`.
846846 Enabled : pending
847847 SafeAutoCorrect : false
848- VersionAdded : " <<next>> "
848+ VersionAdded : ' 2.18 '
849849 Include :
850850 - spec/controllers/**/*.rb
851851 - spec/requests/**/*.rb
@@ -1045,7 +1045,7 @@ Rails/TopLevelHashWithIndifferentAccess:
10451045 Enabled : pending
10461046 Severity : warning
10471047 VersionAdded : ' 2.16'
1048- VersionChanged : ' <<next>> '
1048+ VersionChanged : ' 2.18 '
10491049
10501050Rails/TransactionExitStatement :
10511051 Description : ' Avoid the usage of `return`, `break` and `throw` in transaction blocks.'
@@ -1077,7 +1077,7 @@ Rails/UnknownEnv:
10771077 Enabled : true
10781078 Severity : warning
10791079 VersionAdded : ' 0.51'
1080- VersionChanged : ' <<next>> '
1080+ VersionChanged : ' 2.18 '
10811081 Environments :
10821082 - development
10831083 - test
@@ -1134,7 +1134,7 @@ Rails/WhereNotWithMultipleConditions:
11341134 Enabled : ' pending'
11351135 Severity : warning
11361136 VersionAdded : ' 2.17'
1137- VersionChanged : ' <<next>> '
1137+ VersionChanged : ' 2.18 '
11381138
11391139# Accept `redirect_to(...) and return` and similar cases.
11401140Style/AndOr :
0 commit comments