diff --git a/Gemfile b/Gemfile index 101802d57e..4d551eef56 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 27badfc195..92b82c2fbc 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) @@ -490,6 +494,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) @@ -572,6 +578,7 @@ DEPENDENCIES minitest (~> 5.17) minitest-stub_any_instance money-rails + net-ftp newrelic-infinite_tracing newrelic_rpm nokogiri (~> 1.16.0) @@ -606,4 +613,4 @@ DEPENDENCIES wkhtmltopdf-binary (~> 0.12.6.1) BUNDLED WITH - 2.5.4 + 2.5.15