From 531b54cc44c9d76f0492d324d2df89b02936be79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 05:19:46 +0000 Subject: [PATCH] Update dependency simpleidn to v0.2.2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e9e6494be..15425a0e0 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'data_migrate', '~> 9.0' gem 'dnsruby', '~> 1.61' gem 'isikukood' # for EE-id validation gem 'money-rails' -gem 'simpleidn', '0.2.1' # For punycode +gem 'simpleidn', '0.2.2' # For punycode gem 'whenever', '1.0.0', require: false # country listing diff --git a/Gemfile.lock b/Gemfile.lock index ab489169f..9f8988629 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -469,7 +469,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simpleidn (0.2.1) + simpleidn (0.2.2) unf (~> 0.1.4) sixarm_ruby_unaccent (1.2.0) socksify (1.7.1) @@ -596,7 +596,7 @@ DEPENDENCIES selenium-webdriver sidekiq (~> 7.0) simplecov (= 0.17.1) - simpleidn (= 0.2.1) + simpleidn (= 0.2.2) spy strong_migrations truemail (~> 3.0)