mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 12:09:34 +02:00
Update dependency simpleidn to v0.2.3
This commit is contained in:
parent
531b54cc44
commit
18973d7cdc
2 changed files with 3 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -43,7 +43,7 @@ gem 'data_migrate', '~> 9.0'
|
||||||
gem 'dnsruby', '~> 1.61'
|
gem 'dnsruby', '~> 1.61'
|
||||||
gem 'isikukood' # for EE-id validation
|
gem 'isikukood' # for EE-id validation
|
||||||
gem 'money-rails'
|
gem 'money-rails'
|
||||||
gem 'simpleidn', '0.2.2' # For punycode
|
gem 'simpleidn', '0.2.3' # For punycode
|
||||||
gem 'whenever', '1.0.0', require: false
|
gem 'whenever', '1.0.0', require: false
|
||||||
|
|
||||||
# country listing
|
# country listing
|
||||||
|
|
|
@ -469,8 +469,7 @@ GEM
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.10.2)
|
||||||
simpleidn (0.2.2)
|
simpleidn (0.2.3)
|
||||||
unf (~> 0.1.4)
|
|
||||||
sixarm_ruby_unaccent (1.2.0)
|
sixarm_ruby_unaccent (1.2.0)
|
||||||
socksify (1.7.1)
|
socksify (1.7.1)
|
||||||
sprockets (4.0.3)
|
sprockets (4.0.3)
|
||||||
|
@ -596,7 +595,7 @@ DEPENDENCIES
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
sidekiq (~> 7.0)
|
sidekiq (~> 7.0)
|
||||||
simplecov (= 0.17.1)
|
simplecov (= 0.17.1)
|
||||||
simpleidn (= 0.2.2)
|
simpleidn (= 0.2.3)
|
||||||
spy
|
spy
|
||||||
strong_migrations
|
strong_migrations
|
||||||
truemail (~> 3.0)
|
truemail (~> 3.0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue