Reformatted excerpts from Andrei Thorp's message of 2009-10-28: > On Wed, Oct 28, 2009 at 8:07 PM, Sean Escriva <[email protected]> wrote: > > tried this today and everything installs fine, trying to run sup gives: > > > > /usr/lib/ruby/gems/1.9.1/gems/lockfile-1.4.3/lib/lockfile.rb:475:in > > `load_lock_id': undefined method `each' for #<String:0x00000002f544d8> > > (NoMethodError) > > from /usr/lib/ruby/gems/1.9.1/gems/sup-0.9/lib/sup/util.rb:26:in > > `lockinfo_on_disk' [snip]
> Hmm... works for me. Could you please give me a few more details: [snip] > The error up there doesn't really make sense. Each not defined on > buffer strings? It makes sense to me. There's no String#each in Ruby 1.9, so this is probably a (trivially fixable) bug in the lockfile gem for 1.9. -- William <[email protected]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
