From baf83a4ebbdbe263063005da09d2dd4842f73cb6 Mon Sep 17 00:00:00 2001 From: oleghasjanov Date: Wed, 17 Jul 2024 12:53:56 +0300 Subject: [PATCH] adde net fpt --- Gemfile | 1 + Gemfile.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 15425a0e02..b9d733532b 100644 --- a/Gemfile +++ b/Gemfile @@ -107,3 +107,4 @@ gem 'pg_query', '>= 0.9.0' # token gem 'jwt' +gem 'net-ftp' diff --git a/Gemfile.lock b/Gemfile.lock index 9f8988629a..3061bbe4c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,6 +211,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) + date (3.3.4) devise (4.8.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -322,6 +323,9 @@ GEM money (~> 6.13.2) railties (>= 3.0) msgpack (1.7.2) + net-ftp (0.3.7) + net-protocol + time net-protocol (0.1.3) timeout net-smtp (0.3.3) @@ -491,6 +495,8 @@ GEM temple (0.8.2) thor (1.2.2) tilt (2.0.11) + time (0.3.0) + date timeout (0.3.0) truemail (3.0.3) simpleidn (~> 0.2.1) @@ -573,6 +579,7 @@ DEPENDENCIES minitest (~> 5.17) minitest-stub_any_instance money-rails + net-ftp newrelic-infinite_tracing newrelic_rpm nokogiri (~> 1.16.0) @@ -607,4 +614,4 @@ DEPENDENCIES wkhtmltopdf-binary (~> 0.12.6.1) BUNDLED WITH - 2.5.4 + 2.5.15