Skip to content

Commit

Permalink
Update amq-protocol requirement from = 2.0.1 to = 2.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [amq-protocol](https://github.com/ruby-amqp/amq-protocol) to permit the latest version.
- [Release notes](https://github.com/ruby-amqp/amq-protocol/releases)
- [Changelog](https://github.com/ruby-amqp/amq-protocol/blob/master/ChangeLog.md)
- [Commits](https://github.com/ruby-amqp/amq-protocol/commits/v2.3.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Apr 30, 2019
1 parent 7d56607 commit 8c39b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensu-plugins-rabbitmq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength

s.add_runtime_dependency 'sensu-plugin', '~> 4.0'

s.add_runtime_dependency 'amq-protocol', '2.0.1'
s.add_runtime_dependency 'amq-protocol', '2.3.0'
s.add_runtime_dependency 'bunny', '= 2.6.4'
s.add_runtime_dependency 'carrot-top', '0.0.7'
s.add_runtime_dependency 'inifile', '3.0.0'
Expand Down

0 comments on commit 8c39b97

Please sign in to comment.