celluloid / celluloid-io

UNMAINTAINED: See celluloid/celluloid#779 - Evented sockets for Celluloid actors
https://celluloid.io
MIT License
879 stars 93 forks source link

bundle install fails, missing culture/sync #173

Open dblock opened 8 years ago

dblock commented 8 years ago

I must be missing something obvious, this is from a clean checkout of celluloid-io.

[!] There was an error parsing `Gemfile`: cannot load such file -- /Users/dblock/source/celluloid/celluloid-io/celluloid/culture/sync. Bundler cannot continue.

 #  from /Users/dblock/source/celluloid/celluloid-io/celluloid/Gemfile:2
 #  -------------------------------------------
 #  puts File.expand_path("../culture/sync", __FILE__)
 >  require File.expand_path("../culture/sync", __FILE__)
 #  
 #  -------------------------------------------