From 7ef38ec737fd49e4a4fdbb6d16c1ed0e5cf6498e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:14:38 +0000 Subject: [PATCH] Update inspec-bin requirement from ~> 4.7 to ~> 5.22 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...v5.22.3) --- 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..253fbbb 100644 --- a/Gemfile +++ b/Gemfile @@ -19,5 +19,5 @@ group :development do end group :inspec do - gem "inspec-bin", "~> 4.7" + gem "inspec-bin", "~> 5.22" end