From bc0c8bc013026dbe53719ab98d2fb4c4e1cf0b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:43:44 +0000 Subject: [PATCH] Chore(deps-dev): update reek requirement from ~> 6.1.1 to ~> 6.2.0 Updates the requirements on [reek](https://github.com/troessner/reek) to permit the latest version. - [Changelog](https://github.com/troessner/reek/blob/master/CHANGELOG.md) - [Commits](https://github.com/troessner/reek/compare/v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: reek dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 10aeea6..408c374 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ ruby '3.0.4' source 'https://rubygems.org' gem 'kitchen-terraform', '~> 6.1.0' group :dev do - gem 'reek', '~> 6.1.1', require: false + gem 'reek', '~> 6.2.0', require: false gem 'rubocop', '~> 1.59.0', require: false end