The version of highline that comes with radiant 0.6.7 is 1.2.6. I am trying to use the latest net-ssh gem in my radiant extension, which requires a later version of highline that includes the track_eof= class method. I have highline 1.4.0 installed on my box as a gem, but I can't get the radiant app to use it. It keeps using the version of highline (1.2.6), which does not have the eof= class method. Therefore, the net-ssh library bombs out. I have tried various ways to force the reloading of 1.4.0, including doing a gem 'highline', '= 1.4.0', but so far nothing works. Anybody have any ideas? I'm sure this is going to be some easy thing that I didn't think of. I've googled a lot, but have not found anything. Is my only alternative to manually replace the older version of highline in the radiant gem's vendor directory with the newer version of highline?
Any help would be greatly appreciated. Jamey _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
