On Wed, Feb 08, 2012 at 09:43:32AM -0800, Christophe Malaurie wrote: > > > ./oneproc.rb > <internal:lib/rubygems/custom_require>:29:in `require': no such file > to load -- ruote (LoadError) > from <internal:lib/rubygems/custom_require>:29:in `require' > from ./oneproc.rb:3:in `<main>' > > > bundle exec ./oneproc.rb > http://github.com/jmettraux/ruote.git (at master) is not checked out. > Please run `bundle install`
Hello Christophe, are you requiring rubygems and bundler/setup in your oneproc.rb ? ---8<--- require 'rubygems' require 'bundler/setup' require 'ruote' # ... --->8--- http://gembundler.com/ Best regards, -- John Mettraux - http://lambda.io/processi -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
