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?
> 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?
I'm getting this too, and the same fix worked. But I'd rather not had
to do the same when I push code to staging and production...anyone
have details on the issue or a more elegant fix?
Thanks,
Raphael
On Jan 21, 9:06 pm, kbrock <kee...@thebrocks.net> wrote:
> 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?
> > 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?