Created
April 26, 2012 19:41
-
-
Save RobertLowe/2502451 to your computer and use it in GitHub Desktop.
No, you shutta-upa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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