Skip to content

Instantly share code, notes, and snippets.

@RobertLowe
Created April 26, 2012 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertLowe/2502451 to your computer and use it in GitHub Desktop.
Save RobertLowe/2502451 to your computer and use it in GitHub Desktop.
No, you shutta-upa
diff a/lib/yaml.rb b/lib/yaml.rb
--- a/lib/yaml.rb
+++ b/lib/yaml.rb
@@ -57,9 +58,6 @@
require 'psych'
engine = 'psych'
rescue LoadError
- warn "#{caller[0]}:"
- warn "It seems your ruby installation is missing psych (for YAML output)."
- warn "To eliminate this warning, please install libyaml and reinstall your ruby."
require 'syck'
engine = 'syck'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment