From 2c32688dc259423c328ccc2cf6b9f3b1bb3cb0a5 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 17 Apr 2021 14:44:48 -0700 Subject: [PATCH] Update to RuboCop 1.12.1 Signed-off-by: Tim Smith --- lib/chefstyle/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index 579eabf..7010f43 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle VERSION = "1.7.4" - RUBOCOP_VERSION = "1.12.0" + RUBOCOP_VERSION = "1.12.1" end