Skip to content

Commit

Permalink
Fix rugged dependency (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Mar 21, 2020
1 parent d96a592 commit 17cdbc8
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 @@ -18,6 +18,7 @@
* MISC: openssh key scrubbing as secret in fortios (@agabellini)
* MISC: scrubs macsec key from Arista EOS (@krisamundson)
* MISC: rubocop dependency now ~> 0.80.0
* MISC: rugged dependency now ~> 0.28.0

## 0.27.0

Expand Down
2 changes: 1 addition & 1 deletion oxidized.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'ed25519', '~> 1.2'
s.add_runtime_dependency 'net-ssh', '~> 5'
s.add_runtime_dependency 'net-telnet', '~> 0.2'
s.add_runtime_dependency 'rugged', '~> 0.28'
s.add_runtime_dependency 'rugged', '~> 0.28.0'
s.add_runtime_dependency 'slop', '~> 4.6'

s.add_development_dependency 'bundler', '~> 2.0'
Expand Down

0 comments on commit 17cdbc8

Please sign in to comment.