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

Remove defer hack which caused Sidekiq to use more connections and memory than necessary

This commit is contained in:
Mike Perham 2012-07-17 07:11:11 -07:00
parent 92a1354c42
commit 968ade3e6a
4 changed files with 6 additions and 5 deletions

View file

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