mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
update simpleidn
This commit is contained in:
parent
04343b4402
commit
bd883a1347
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -64,7 +64,7 @@ gem 'grape', '0.12.0'
|
||||||
gem 'jbuilder', '2.2.16' # json api
|
gem 'jbuilder', '2.2.16' # json api
|
||||||
|
|
||||||
# registry specfic
|
# registry specfic
|
||||||
gem 'simpleidn', '0.0.5' # For punycode
|
gem 'simpleidn', '0.0.7' # For punycode
|
||||||
gem 'isikukood' # for EE-id validation
|
gem 'isikukood' # for EE-id validation
|
||||||
gem 'money-rails', '1.4.1'
|
gem 'money-rails', '1.4.1'
|
||||||
|
|
||||||
|
|
|
@ -496,7 +496,7 @@ GEM
|
||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.0)
|
simplecov-html (0.10.0)
|
||||||
simpleidn (0.0.5)
|
simpleidn (0.0.7)
|
||||||
sinatra (1.4.6)
|
sinatra (1.4.6)
|
||||||
rack (~> 1.4)
|
rack (~> 1.4)
|
||||||
rack-protection (~> 1.4)
|
rack-protection (~> 1.4)
|
||||||
|
@ -643,7 +643,7 @@ DEPENDENCIES
|
||||||
select2-rails (= 3.5.9.3)
|
select2-rails (= 3.5.9.3)
|
||||||
selectize-rails (= 0.12.1)
|
selectize-rails (= 0.12.1)
|
||||||
simplecov (= 0.10.0)
|
simplecov (= 0.10.0)
|
||||||
simpleidn (= 0.0.5)
|
simpleidn (= 0.0.7)
|
||||||
spring (= 1.3.6)
|
spring (= 1.3.6)
|
||||||
spring-commands-rspec (= 1.0.4)
|
spring-commands-rspec (= 1.0.4)
|
||||||
therubyracer (= 0.12.2)
|
therubyracer (= 0.12.2)
|
||||||
|
@ -656,4 +656,4 @@ DEPENDENCIES
|
||||||
whenever (= 0.9.4)
|
whenever (= 0.9.4)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.13.1
|
1.13.6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue