From c27957760f246b7f2c5df4e5c196e6b107bfa397 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 27 Oct 2021 07:27:29 -0700 Subject: [PATCH] Update Rubocop to 1.22.3 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 7861c671..4fbad9aa 100644 --- a/lib/cookstyle/version.rb +++ b/lib/cookstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle VERSION = "7.25.8" # rubocop: disable Style/StringLiterals - RUBOCOP_VERSION = '1.22.2' + RUBOCOP_VERSION = '1.22.3' end