From 710c6b72cab552ec057a83d27175283186b101eb Mon Sep 17 00:00:00 2001 From: Marko Kajzer Date: Wed, 10 Jan 2024 15:16:15 +0100 Subject: [PATCH] Do not specify next version manually Co-authored-by: Koichi ITO --- config/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.yml b/config/default.yml index 989485efa5..4ad7a0d053 100644 --- a/config/default.yml +++ b/config/default.yml @@ -445,7 +445,7 @@ Rails/EnvironmentVariableAccess: # TODO: Set to `pending` status in RuboCop Rails 2 series when migration doc will be written. Enabled: false VersionAdded: '2.10' - VersionChanged: '2.24' + VersionChanged: '<>' Include: - app/**/*.rb - config/initializers/**/*.rb