Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Update bindata requirement from = 2.4.3 to = 2.4.10 #542

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
ssh_scan (0.0.44)
bcrypt_pbkdf (= 1.0.1)
bindata (= 2.4.3)
bindata (= 2.4.10)
ed25519 (= 1.2.4)
net-ssh (= 6.0.2)
netaddr (= 2.0.4)
Expand All @@ -14,7 +14,7 @@ GEM
specs:
ast (2.4.2)
bcrypt_pbkdf (1.0.1)
bindata (2.4.3)
bindata (2.4.10)
coderay (1.1.3)
coveralls (0.8.23)
json (>= 1.8, < 3)
Expand Down
2 changes: 1 addition & 1 deletion ssh_scan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://rubygems.org/gems/ssh_scan'
s.metadata["yard.run"] = "yri" # use "yard" to build full HTML docs

s.add_dependency('bindata', '2.4.3')
s.add_dependency('bindata', '2.4.10')
s.add_dependency('netaddr', '2.0.4')
s.add_dependency('net-ssh', '6.0.2')
s.add_dependency('ed25519', '1.2.4')
Expand Down