From c82a492e17cb28ff640fedec2a84f194d61c4c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:47:52 +0000 Subject: [PATCH] Bump net-ssh from 7.2.3 to 7.3.0 Bumps [net-ssh](https://github.com/net-ssh/net-ssh) from 7.2.3 to 7.3.0. - [Changelog](https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt) - [Commits](https://github.com/net-ssh/net-ssh/compare/v7.2.3...v7.3.0) --- updated-dependencies: - dependency-name: net-ssh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 022848f4..b26d7195 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ gem 'jquery-rails' # SFTP for banner import gem 'net-sftp', '~> 4.0' # SSH for banner import -gem 'net-ssh', '~> 7.2' +gem 'net-ssh', '~> 7.3' # For authentication gem 'rack-cas', '~> 0.16.1' diff --git a/Gemfile.lock b/Gemfile.lock index a106e74f..243ba1f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,7 +234,7 @@ GEM net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.5.0) net-protocol - net-ssh (7.2.3) + net-ssh (7.3.0) nio4r (2.7.4) nokogiri (1.16.8-arm64-darwin) racc (~> 1.4) @@ -423,7 +423,7 @@ DEPENDENCIES jquery-rails listen (~> 3.9) net-sftp (~> 4.0) - net-ssh (~> 7.2) + net-ssh (~> 7.3) pg (~> 1.5) puma (~> 6.5) rack-cas (~> 0.16.1)