providing strategy for punycode translation, using idnx when possible, falling back otherwise
... | ... | @@ -66,6 +66,7 @@ group :test do |
gem "aws-sdk-s3" | ||
gem "faraday" | ||
gem "idnx" if RUBY_VERSION >= "2.4.0" | ||
gem "oga" | ||
if RUBY_VERSION >= "3.0.0" | ||
... | ... |
sig/utils.rbs
0 → 100644
Please register or sign in to comment