From 2f6fc225d32baecf5ac08722266a9e680bbcb43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jan 2022 21:52:43 +0000 Subject: [PATCH] Update bindata requirement from = 2.4.3 to = 2.4.10 Updates the requirements on [bindata](https://github.com/dmendel/bindata) to permit the latest version. - [Release notes](https://github.com/dmendel/bindata/releases) - [Changelog](https://github.com/dmendel/bindata/blob/master/ChangeLog.rdoc) - [Commits](https://github.com/dmendel/bindata/compare/v2.4.3...v2.4.10) --- updated-dependencies: - dependency-name: bindata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- ssh_scan.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3374a9f..1c329fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/ssh_scan.gemspec b/ssh_scan.gemspec index 5e1febc..f560277 100644 --- a/ssh_scan.gemspec +++ b/ssh_scan.gemspec @@ -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')