From aeb41a58c3331b2b89ac0f0ef6a54803e0a9153a Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 8 Mar 2021 10:04:53 -0800 Subject: [PATCH] Update RuboCop to 1.11 Signed-off-by: Tim Smith --- lib/cookstyle/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cookstyle/version.rb b/lib/cookstyle/version.rb index 2b980f08..73058eaf 100644 --- a/lib/cookstyle/version.rb +++ b/lib/cookstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle VERSION = "7.8.3" # rubocop: disable Style/StringLiterals - RUBOCOP_VERSION = '1.10.0' + RUBOCOP_VERSION = '1.11.0' end