From 122ca87632a69eb810d3177c415ee7f15f068279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:25:13 +0000 Subject: [PATCH] Update inspec-bin requirement from ~> 4.7 to ~> 6.6 Updates the requirements on [inspec-bin](https://github.com/inspec/inspec) to permit the latest version. - [Release notes](https://github.com/inspec/inspec/releases) - [Changelog](https://github.com/inspec/inspec/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspec/inspec/compare/v4.7.0...v6.6.0) --- updated-dependencies: - dependency-name: inspec-bin 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 6c3b661..d096356 100644 --- a/Gemfile +++ b/Gemfile @@ -19,5 +19,5 @@ group :development do end group :inspec do - gem "inspec-bin", "~> 4.7" + gem "inspec-bin", "~> 6.6" end