1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Use Celluloid's exclusive mode to avoid tiny Fiber stack

This commit is contained in:
Mike Perham 2012-06-29 20:37:45 -07:00
parent 0fe0a4015d
commit 3d869cd5b3
2 changed files with 9 additions and 12 deletions

View file

@ -1,6 +1,7 @@
source 'http://rubygems.org'
gemspec
gem 'celluloid', :github => 'celluloid/celluloid'
gem 'slim'
gem 'sprockets'
gem 'sass'