From f4ac509a9132a1f90027a55ee5381dd70c76989d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:03:05 +0000 Subject: [PATCH] Update inspec-bin requirement from ~> 4.7 to ~> 5.21 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.21.29) --- 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..c24e623 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.21" end