From 690128345b42baa644ee134d123eb470cbf10c69 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 14:41:12 +0000 Subject: [PATCH] Update mixlib-shellout requirement from < 3.0.12 to < 3.2.3 Updates the requirements on [mixlib-shellout](https://github.com/chef/mixlib-shellout) to permit the latest version. - [Release notes](https://github.com/chef/mixlib-shellout/releases) - [Changelog](https://github.com/chef/mixlib-shellout/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/mixlib-shellout/compare/1.0.0.rc.0...v3.2.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0c10b9d..2e6d11a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" # Specify your gem's dependencies in win32-certstore.gemspec gemspec -gem "mixlib-shellout", "< 3.0.12" +gem "mixlib-shellout", "< 3.2.3" group :docs do gem "yard"