Skip to content

Commit

Permalink
Update 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 3250ef0
Showing 1 changed file with 1 addition and 1 deletion.
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 3250ef0

Please sign in to comment.