I am new to mac environment and having a tough time installing an existing application locally.
I have setup rvm and we need to use ree-1.8.7
I have tried both bundle install and gem install as well.
I am getting following errors:
Resolving dependencies...........
There was a Gem::Requirement::BadRequirementError while loading factory_girl_rails-1.7.0.gemspec:
Illformed requirement ["#<YAML::Syck::DefaultKey:0x10896c1a8> 3.0.7"] from
/Users/aditya/.rvm/gems/ree-1.8.7-2012.02/specifications/factory_girl_rails-1.7.0.gemspec:32
I have already gone through several suggestions on SO and other websites. Please help.