Skip to content

Commit 7ae881d

Browse files
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](chef/mixlib-shellout@2.2.0...v2.4.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 2329d98 commit 7ae881d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-redis.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
4545
s.add_development_dependency 'kitchen-docker', '~> 2.6'
4646
s.add_development_dependency 'kitchen-localhost', '~> 0.3'
4747
# locked to keep ruby 2.1 support, this is pulled in by test-kitchen
48-
s.add_development_dependency 'mixlib-shellout', ['< 2.3.0', '~> 2.2']
48+
s.add_development_dependency 'mixlib-shellout', '~> 2.2', '< 3.2.0'
4949
s.add_development_dependency 'pry', '~> 0.10'
5050
s.add_development_dependency 'rake', '~> 13.0'
5151
s.add_development_dependency 'redcarpet', '~> 3.2'

0 commit comments

Comments
 (0)