Postgres

27 views
Skip to first unread message

John Moroney

unread,
Apr 10, 2012, 9:15:21 PM4/10/12
to radia...@googlegroups.com
I thought it might be fun to try a PG install. I'm getting this error on bundleinstall:

Invalid gemspec in [/Library/Ruby/Gems/1.8/specifications/radiant-1.0.1.gemspec]: Illformed requirement ["#<YAML::Syck::DefaultKey:0x3936ba8> 1.5.1"]

Does this ring any bells for anyone?


Joel Oliveira

unread,
Apr 10, 2012, 10:40:15 PM4/10/12
to radia...@googlegroups.com, radia...@googlegroups.com
Use ruby 1.9.x instead of 1.8.x and you should be good to go.

I've run into something similar on a client's server (REE 1.8.7 only) and has to fix things by hand.

john

unread,
Apr 11, 2012, 9:57:26 AM4/11/12
to radia...@googlegroups.com
change your gemfile to specify radiant directly from git

gem "radiant",  "1.0.1", :git => "git://github.com/radiant/radiant.git", :tag => "1.0.1"

the 1.0.1 gem was built with ruby 1.9 and a newer version of rubygems which produces gems not compatible with older ruby/rubygems

John Moroney

unread,
Apr 13, 2012, 4:36:50 PM4/13/12
to radia...@googlegroups.com
John and Joel;

Thanks for the good tips. Turns out I was behind both in Ruby and Radiant.

John

Reply all
Reply to author
Forward
0 new messages