Created
August 20, 2013 00:52
-
-
Save pferrel/6275929 to your computer and use it in GitHub Desktop.
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
pat$ gem env | |
/Users/pat/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/yaml.rb:84: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. | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 1.8.23 | |
- RUBY VERSION: 1.9.3 (2013-06-27 patchlevel 448) [x86_64-darwin12.4.0] | |
- INSTALLATION DIRECTORY: /Users/pat/.rvm/gems/ruby-1.9.3-p448 | |
- RUBY EXECUTABLE: /Users/pat/.rvm/rubies/ruby-1.9.3-p448/bin/ruby | |
- EXECUTABLE DIRECTORY: /Users/pat/.rvm/gems/ruby-1.9.3-p448/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-darwin-12 | |
- GEM PATHS: | |
- /Users/pat/.rvm/gems/ruby-1.9.3-p448 | |
- /Users/pat/.rvm/gems/ruby-1.9.3-p448@global | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :benchmark => false | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- :sources => ["http://gems.rubyforge.org/", "http://gems.github.com"] | |
- REMOTE SOURCES: | |
- http://gems.rubyforge.org/ | |
- http://gems.github.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment