On 19 December 2013 11:57, Pradeep Sethi <[email protected]> wrote: > Colin Law wrote in post #1131073: >> On 19 December 2013 08:38, Pradeep Sethi <[email protected]> wrote: >>> >>> ☁ discourse [master] ⚡ gem install bundler >>> /Users/psethi/.rvm/rubies/ruby-1.9.3-p484/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. >> >> What happened when you followed that advise? >> >> Colin > > It keeps giving the same error even after installing libyaml & > reinstalling rubies. (not sure, if it is installing libyaml correctly)
Googling for the error message suggests that you may need libyaml-dev sudo apt-get install libyaml-dev That would be for Ubuntu, but I suspect that is not the case. Google will probably help. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLs4Cya3bxy2Q3kN3WiWw0D0cehnW6tC0VMvVfq3dgN28g%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

