Skip to content

Instantly share code, notes, and snippets.

@juliendsv
Created August 10, 2012 14:22
Show Gist options
  • Save juliendsv/3314586 to your computer and use it in GitHub Desktop.
Save juliendsv/3314586 to your computer and use it in GitHub Desktop.
Remove the warning on Ubuntu 12.04 with ruby 1.9.3 : "It seems your ruby installation is missing psych"
sudo apt-get install libyaml-dev
sudo gem install psych
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment