Update chefstyle from 2.0.x to 2.2.2 to use RuboCop 1.25.1 (#6240) (#6458)

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Co-authored-by: Takuya N <takninnovationresearch@gmail.com>
This commit is contained in:
Nikita Mathur 2023-02-24 15:35:49 +05:30 committed by GitHub
parent 6f47b24162
commit f619a1d69e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ group :omnibus do
end
group :test do
gem "chefstyle", "~> 2.0.3"
gem "chefstyle", "~> 2.2.2"
gem "concurrent-ruby", "~> 1.0"
gem "json_schemer", ">= 0.2.1", "< 0.2.19"
gem "m"