Skip to content

Commit

Permalink
loosen gem pin on sensu-plugin to support 1.2-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed May 4, 2017
1 parent 2d63e1b commit 7828060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
## [1.1.0] - 2017-05-02
### Changed
- no real change just bumping due to deployment issue.
- loostened gemspec requirements on sensu-plugin to 1.2-2.0

## [1.1.0] - 2017-05-02
### Added
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugins-cpu-checks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.version = SensuPluginsCpuChecks::Version::VER_STRING

s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
s.add_runtime_dependency 'sensu-plugin', ['>= 1.2', '< 2.0']
s.add_runtime_dependency 'linux-kstat', '0.1.3'

s.add_development_dependency 'bundler', '~> 1.7'
Expand Down

0 comments on commit 7828060

Please sign in to comment.