mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
adde net fpt
This commit is contained in:
parent
531b54cc44
commit
baf83a4ebb
2 changed files with 9 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -107,3 +107,4 @@ gem 'pg_query', '>= 0.9.0'
|
||||||
|
|
||||||
# token
|
# token
|
||||||
gem 'jwt'
|
gem 'jwt'
|
||||||
|
gem 'net-ftp'
|
||||||
|
|
|
@ -211,6 +211,7 @@ GEM
|
||||||
activerecord (>= 5.a)
|
activerecord (>= 5.a)
|
||||||
database_cleaner-core (~> 2.0.0)
|
database_cleaner-core (~> 2.0.0)
|
||||||
database_cleaner-core (2.0.1)
|
database_cleaner-core (2.0.1)
|
||||||
|
date (3.3.4)
|
||||||
devise (4.8.0)
|
devise (4.8.0)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
|
@ -322,6 +323,9 @@ GEM
|
||||||
money (~> 6.13.2)
|
money (~> 6.13.2)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
msgpack (1.7.2)
|
msgpack (1.7.2)
|
||||||
|
net-ftp (0.3.7)
|
||||||
|
net-protocol
|
||||||
|
time
|
||||||
net-protocol (0.1.3)
|
net-protocol (0.1.3)
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.3.3)
|
net-smtp (0.3.3)
|
||||||
|
@ -491,6 +495,8 @@ GEM
|
||||||
temple (0.8.2)
|
temple (0.8.2)
|
||||||
thor (1.2.2)
|
thor (1.2.2)
|
||||||
tilt (2.0.11)
|
tilt (2.0.11)
|
||||||
|
time (0.3.0)
|
||||||
|
date
|
||||||
timeout (0.3.0)
|
timeout (0.3.0)
|
||||||
truemail (3.0.3)
|
truemail (3.0.3)
|
||||||
simpleidn (~> 0.2.1)
|
simpleidn (~> 0.2.1)
|
||||||
|
@ -573,6 +579,7 @@ DEPENDENCIES
|
||||||
minitest (~> 5.17)
|
minitest (~> 5.17)
|
||||||
minitest-stub_any_instance
|
minitest-stub_any_instance
|
||||||
money-rails
|
money-rails
|
||||||
|
net-ftp
|
||||||
newrelic-infinite_tracing
|
newrelic-infinite_tracing
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nokogiri (~> 1.16.0)
|
nokogiri (~> 1.16.0)
|
||||||
|
@ -607,4 +614,4 @@ DEPENDENCIES
|
||||||
wkhtmltopdf-binary (~> 0.12.6.1)
|
wkhtmltopdf-binary (~> 0.12.6.1)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.4
|
2.5.15
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue