Skip to content

Commit

Permalink
loosen the version but keep under 1.0 as there are some performance r…
Browse files Browse the repository at this point in the history
…egressions
  • Loading branch information
majormoses committed Dec 5, 2017
1 parent d26d47f commit 4e187ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
## [Unreleased]

### Changed
- bump and loosen dependency of `sys-proctable` (@majormoses)
- loosen dependency of `sys-proctable` (@majormoses)

### Removed
- check-threads-count.rb, metrics-processes-threads-count.rb: checks on `sys-proctable` versions as we now require new enough versions. (@majormoses)
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugins-process-checks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'english', '0.6.3'
s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
s.add_runtime_dependency 'sys-proctable', '~> 1.1'
s.add_runtime_dependency 'sys-proctable', '~> 0.9.8'

s.add_development_dependency 'bundler', '~> 1.7'
s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'
Expand Down

0 comments on commit 4e187ce

Please sign in to comment.