Skip to content

Commit

Permalink
Update rest-client to 2.0.2
Browse files Browse the repository at this point in the history
The sensu-plugins-http gem also requires version 2.0.2 of rest-client,
and having both the http and rabbitmq sensu plugins causes conflicts
where both rest-client gems are loaded.  rest-client also recommends
upgrading from 1.x, and states that usage is largely compatible.
  • Loading branch information
mattdoller authored and majormoses committed Jun 28, 2018
1 parent 6d8a5de commit 1e8427b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]
### Changed
- bump version of rest-client to 2.0.2. This should fix the issue where multiple versions of that gem would be loaded when running the rabbitmq plugin alongside the sensu http plugin. (@mattdoller)

## [5.4.0] - 2018-06-21
### Changed
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugins-rabbitmq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
s.add_runtime_dependency 'bunny', '2.5.0'
s.add_runtime_dependency 'carrot-top', '0.0.7'
s.add_runtime_dependency 'inifile', '3.0.0'
s.add_runtime_dependency 'rest-client', '1.8.0'
s.add_runtime_dependency 'rest-client', '2.0.2'
s.add_runtime_dependency 'ruby_dig', '0.0.2'
s.add_runtime_dependency 'stomp', '1.4.3'

Expand Down

0 comments on commit 1e8427b

Please sign in to comment.