Skip to content

Instantly share code, notes, and snippets.

@ntamvl
Created September 13, 2018 11:01
Show Gist options
  • Save ntamvl/0887f24ef3e27b042cbc9e1e54f66164 to your computer and use it in GitHub Desktop.
Save ntamvl/0887f24ef3e27b042cbc9e1e54f66164 to your computer and use it in GitHub Desktop.
How to install gem idn-ruby

How to install gem idn-ruby

Ubuntu*

$ sudo apt -y install libidn11-dev
$ gem install idn-ruby  # Rails で使用する場合はプロジェクトディレクトリ内で bundle install

macOS

$ brew install libidn
$ gem install idn-ruby

source: https://qiita.com/noraworld/items/7b8ba64d413f3f424b5b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment