Skip to content

Commit

Permalink
use version of net-ssh that is compatible with OpenSSL 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBlackLight committed Oct 9, 2023
1 parent b7464ba commit 6472a6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ gem 'jbuilder'
gem 'jquery-rails'
gem 'multipart-post', '~>2.0.0'
gem 'mail', '~> 2.8.0'
gem 'net-ssh', '~> 7.2.0'
gem 'net-scp', '~> 4.0.0'
gem 'nokogiri', '~> 1.15.2'
gem 'okcomputer'
gem 'premailer-rails'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,11 @@ GEM
net-protocol
net-protocol (0.2.1)
timeout
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-smtp (0.4.0)
net-protocol
net-ssh (6.1.0)
net-ssh (7.2.0)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.15.4)
Expand Down Expand Up @@ -688,6 +688,8 @@ DEPENDENCIES
mail (~> 2.8.0)
multipart-post (~> 2.0.0)
mysql2
net-scp (~> 4.0.0)
net-ssh (~> 7.2.0)
nokogiri (~> 1.15.2)
okcomputer
premailer-rails
Expand Down

0 comments on commit 6472a6f

Please sign in to comment.