From 9cb7d0f905c08d45e4d2180c2e4666fd504f6532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 11:46:31 +0000 Subject: [PATCH] Update inspec-bin requirement from 4.16.0 to 4.52.9 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.16.0...v4.52.9) --- updated-dependencies: - dependency-name: inspec-bin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dac4fd73e..5ea13b679 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'google-api-client' gem 'google-cloud' gem 'googleauth' gem 'inifile' -gem 'inspec-bin', '4.37.8' +gem 'inspec-bin', '4.52.9' gem 'rubocop', '>= 0.77.0'