From 05b82fd273f5f6fee4d7012de0c71784c98c0da9 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 5 May 2021 16:06:21 -0700 Subject: [PATCH] Update RuboCop to 1.14 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 45e94eb..6b3f460 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle VERSION = "2.0.1" - RUBOCOP_VERSION = "1.13.0" + RUBOCOP_VERSION = "1.14.0" end