Skip to content

Commit 4a25b65

Browse files
committed
Use <<next>> instead of the next version when running rake new_cop
Follow up to 19369de.
1 parent a7af7bc commit 4a25b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ task :new_cop, [:cop] do |_task, args|
5858
generator.inject_require(
5959
root_file_path: 'lib/rubocop/cop/rails_cops.rb'
6060
)
61-
generator.inject_config(config_file_path: 'config/default.yml', version_added: bump_minor_version)
61+
generator.inject_config(config_file_path: 'config/default.yml')
6262

6363
puts generator.todo
6464
end

0 commit comments

Comments
 (0)