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 651e0df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]
## Changed
- loostened gemspec requirements on sensu-plugin to 1.2-2.0

## [1.1.0] - 2017-05-02
### Changed
- no real change just bumping due to deployment issue.
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 651e0df

Please sign in to comment.