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'