From 3a96923037290376496ad4ad7bc69d3ed58d55b1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 27 Oct 2021 07:27:13 -0700 Subject: [PATCH] Update RuboCop to 1.22.3 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 6ecff22..98bef3c 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle VERSION = "2.1.1" - RUBOCOP_VERSION = "1.22.2" + RUBOCOP_VERSION = "1.22.3" end