From c05ef9d9ab91e7d8a9fb55df719c9cf5e9d240e2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 07:25:29 +0000 Subject: [PATCH] Update mixlib-shellout requirement from ~> 2.2, < 2.3.0 to ~> 2.2, < 3.1.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-preview[bot] --- sensu-plugins-dns.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-dns.gemspec b/sensu-plugins-dns.gemspec index 8ca207b..e1bf6ab 100644 --- a/sensu-plugins-dns.gemspec +++ b/sensu-plugins-dns.gemspec @@ -44,7 +44,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.1.0' s.add_development_dependency 'pry', '~> 0.10' s.add_development_dependency 'rake', '~> 12.3' s.add_development_dependency 'redcarpet', '~> 3.2'