Hi Guys,
Was putting together an app today, but got a factory girl error.
You can see the same error at
http://travis-ci.org/#!/thoughtbot/factory_girl/jobs/551551
Invalid gemspec in [/home/vagrant/.rvm/gems/ree-1.8.7-2011.12/
specifications/activerecord-3.2.0.gemspec]: Illformed requirement
["#<YAML::Syck::DefaultKey:0xd39fb7c> 3.2.0"]
Locally, I'm running ree, rails 3.1, factory_girl_rails (1.6.0)/
factory_girl (2.5.0)
after bundle install I run rake, but get the following error:
Invalid gemspec in [/Users/kbrock/projects/chat/.bundle/ruby/1.8/
specifications/factory_girl_rails-1.6.0.gemspec]: Illformed
requirement ["#<YAML::Syck::DefaultKey:0x10931d9e0> 3.0.7"]
Could not find factory_girl_rails-1.6.0 in any of the sources
Run `bundle install` to install missing gems.
If you edit the gemspec and replace the <YAML with lines to read
>=look at the gemspec, you'll notice that the rails lines have some
odd yaml serialization statement rather than the expected >=
I was not able to find this in the github source, so was not able to
submit a bugfix. Maybe it is simply a corrupted gem?
Thanks for such a great tool
--Keenan