diff --git a/Gemfile b/Gemfile index 730d4be..a0d5a4f 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '>= 6.0.3.1' gem 'recaptcha', '~> 5.8', require: 'recaptcha/rails' gem 'sassc', '~> 2.4' gem 'sassc-rails' -gem 'simpleidn', '0.2.1' # For Punycode +gem 'simpleidn', '0.2.2' # For Punycode gem 'uglifier' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 1b30018..7c5fddd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -207,7 +207,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) sprockets (4.0.2) concurrent-ruby (~> 1.0) @@ -224,7 +224,7 @@ GEM execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext - unf_ext (0.0.7.7) + unf_ext (0.0.9.1) unicorn (6.0.0) kgio (~> 2.6) raindrops (~> 0.7) @@ -262,7 +262,7 @@ DEPENDENCIES sassc-rails selenium-webdriver simplecov (= 0.17.1) - simpleidn (= 0.2.1) + simpleidn (= 0.2.2) uglifier unicorn webmock