mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Basic ident and phone validations
This commit is contained in:
parent
256f564327
commit
1645b3e96f
6 changed files with 45 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -37,6 +37,9 @@ gem 'nokogiri', '~> 1.6.2.1'
|
|||
# For punycode
|
||||
gem 'simpleidn', '~> 0.0.5'
|
||||
|
||||
#for EE-id validation
|
||||
gem 'isikukood'
|
||||
|
||||
group :assets do
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
gem 'therubyracer', platforms: :ruby
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue