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:
parent
e9b1adf917
commit
d180cc13be
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue