From 7ae881dfeeef5b801fec85ee6bd5ad6fff261dc8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2020 03:33:15 +0000 Subject: [PATCH] Update mixlib-shellout requirement from ~> 2.2, < 2.3.0 to ~> 2.2, < 2.5.0 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/master/CHANGELOG.md) - [Commits](https://github.com/chef/mixlib-shellout/compare/2.2.0...v2.4.4) Signed-off-by: dependabot[bot] --- sensu-plugins-redis.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-redis.gemspec b/sensu-plugins-redis.gemspec index 329193a..6856ce0 100644 --- a/sensu-plugins-redis.gemspec +++ b/sensu-plugins-redis.gemspec @@ -45,7 +45,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.add_development_dependency 'kitchen-docker', '~> 2.6' s.add_development_dependency 'kitchen-localhost', '~> 0.3' # locked to keep ruby 2.1 support, this is pulled in by test-kitchen - s.add_development_dependency 'mixlib-shellout', ['< 2.3.0', '~> 2.2'] + s.add_development_dependency 'mixlib-shellout', '~> 2.2', '< 3.2.0' s.add_development_dependency 'pry', '~> 0.10' s.add_development_dependency 'rake', '~> 13.0' s.add_development_dependency 'redcarpet', '~> 3.2'