From bd883a1347c116a3fc2edcb28ab7dd7295b809bb Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Tue, 4 Apr 2017 15:01:31 +0300 Subject: [PATCH] update simpleidn --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 11e5d92a0..110043140 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem 'grape', '0.12.0' gem 'jbuilder', '2.2.16' # json api # registry specfic -gem 'simpleidn', '0.0.5' # For punycode +gem 'simpleidn', '0.0.7' # For punycode gem 'isikukood' # for EE-id validation gem 'money-rails', '1.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7b3810caf..0a5cfa15d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -496,7 +496,7 @@ GEM json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) - simpleidn (0.0.5) + simpleidn (0.0.7) sinatra (1.4.6) rack (~> 1.4) rack-protection (~> 1.4) @@ -643,7 +643,7 @@ DEPENDENCIES select2-rails (= 3.5.9.3) selectize-rails (= 0.12.1) simplecov (= 0.10.0) - simpleidn (= 0.0.5) + simpleidn (= 0.0.7) spring (= 1.3.6) spring-commands-rspec (= 1.0.4) therubyracer (= 0.12.2) @@ -656,4 +656,4 @@ DEPENDENCIES whenever (= 0.9.4) BUNDLED WITH - 1.13.1 + 1.13.6