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

Revert sinatra/slim as runtime dependencies

sidekiq/web is technically optional.  Since we've removed the need for
the i18n gem, we can go back to the previous dependency model.
This commit is contained in:
Mike Perham 2013-04-16 09:50:09 -07:00
parent e9b1adf917
commit d180cc13be

View file

@ -19,8 +19,8 @@ Gem::Specification.new do |gem|
gem.add_dependency 'connection_pool', '~> 1.0'
gem.add_dependency 'celluloid', '~> 0.12.0'
gem.add_dependency 'multi_json', '~> 1'
gem.add_dependency 'sinatra'
gem.add_dependency 'slim'
gem.add_development_dependency 'sinatra'
gem.add_development_dependency 'slim'
gem.add_development_dependency 'minitest', '~> 4'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'actionmailer', '~> 3'