Skip to content

Commit

Permalink
update yard development dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Mar 31, 2021
1 parent 83578b7 commit 435d378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

### Changes
- Use TCPSocket logic with timeout for check-zookeeper-mode.rb and metricz-zookepper.rb
- Update development_dependency: yard >= 0.9.20

### Fixed
- Remove deplicate count option in check-zookeeper-cluster.rb
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugins-zookeeper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
s.add_development_dependency 'redcarpet', '~> 3.2'
s.add_development_dependency 'rspec', '~> 3.4'
s.add_development_dependency 'rubocop', '~> 0.51.0'
s.add_development_dependency 'yard', '~> 0.8'
s.add_development_dependency 'yard', '~> 0.9.20'
end

0 comments on commit 435d378

Please sign in to comment.