Skip to content

Instantly share code, notes, and snippets.

@dasdennis
Created August 18, 2012 00:46
Show Gist options
  • Save dasdennis/3383692 to your computer and use it in GitHub Desktop.
Save dasdennis/3383692 to your computer and use it in GitHub Desktop.
Eliminando o Warning do Ruby 1.9.3
# Resolvendo o erro:
/usr/local/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
# No terminal do Ubuntu 11.10 rode:
cd ext/psych
ruby extconf.rb
make
make install
;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment