Install Addressable
mainInstall the core gem using RubyGems:
gem install addressableTo enable native Internationalized Domain Name (IDN) support, you must install libidn on your system and the idn-ruby gem:
Debian/Ubuntu:
sudo apt-get install libidn11-devOS X:
brew install libidnGem:
gem install idn-rubygem install addressable