If the lock file is there, the lockfile gem dies with this error:
$XXX/ruby/gems/1.9.1/gems/lockfile-1.4.3/lib/lockfile.rb:475:in `load_lock_id':
undefined method `each' for #<String:0x00000002afa860> (NoMethodError)
It appears the gem is not 1.9-ready, so we'll need to work around it somehow.
|