diff --git a/Gemfile b/Gemfile index c18c6845..a3c699be 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index ccea0d9f..072246e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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