Skip to content

Commit

Permalink
Relax zookeeper requirement from 1.4.11 to ~> 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanschlue-as committed Apr 19, 2022
1 parent c0408aa commit 7665f04
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 @@ -6,6 +6,9 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

### Fixed
- `sensu-plugins-zookeeper.gemspec`: Relax zookeeper requirement from 1.4.11 to ~> 1.4 to incorporate an [installation bug](https://github.com/zk-ruby/zookeeper/issues/85) [fix](https://github.com/zk-ruby/zookeeper/pull/97) (@jonathanschlue-as)

## [3.1.0] - 2021-03-31

### Changes
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugins-zookeeper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
s.version = SensuPluginsZookeeper::Version::VER_STRING

s.add_runtime_dependency 'sensu-plugin', '~> 4.0'
s.add_runtime_dependency 'zookeeper', '1.4.11'
s.add_runtime_dependency 'zookeeper', '~> 1.4'

s.add_development_dependency 'bundler', '~> 2.1'
s.add_development_dependency 'codeclimate-test-reporter', '~> 1.0'
Expand Down

0 comments on commit 7665f04

Please sign in to comment.