On Sep 29, 2010, at 3:53 PM, Perry, Mike wrote: > Jacques, > > Thanks. ruby.exe instiki didn't solve the problem but it did give me an > error message indicating it was trying to run some piece from ruby 1.8.6. I > removed 1.8.6 but still had the same problem with ruby 1.9.2. > > I installed 1.8.7 and everything is working now. (Re-installing 1.9.2 may > have worked but I haven't tried that yet.) Thanks for your help. >
I'm not familiar with how multiple Ruby versions are managed on Windows. But
Instiki/Bundler maintains separate trees for the Ruby 1.8.x and Ruby 1.9.x
versions of the Rubygems. So, if you ditch Ruby 1.8.7, in favour of 1.9.2,
you'll have to rerun
ruby bundle
to install the 1.9.x versions of the gems.
Jacques
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
