From 6f1c082961b6a3b070a5f691031e0938ea7c87c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 19:30:45 +0000 Subject: [PATCH] Update inspec requirement from ~> 2.2, >= 2.2.10 to ~> 3.9 Updates the requirements on [inspec](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/v3.9.3/CHANGELOG.md) - [Commits](https://github.com/inspec/inspec/compare/v2.2.10...v3.9.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7d5cdba..9ce26ca 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ group :development do end group :inspec do - gem 'inspec', '~> 2.2', '>= 2.2.10' + gem 'inspec', '~> 3.9' gem 'train-digitalocean' end