From 5704a0b9813ebafc31dfc70db643da5010b1ec88 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 31 Jan 2021 23:40:39 -0800 Subject: [PATCH] Update RuboCop to 1.9.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 bff4a80..ad77920 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle VERSION = "1.6.1" - RUBOCOP_VERSION = "1.9.0" + RUBOCOP_VERSION = "1.9.1" end