Skip to content

Commit

Permalink
Update sidekiq dependency in gemspec
Browse files Browse the repository at this point in the history
to accomodate versions 2.13.1 & greater
  • Loading branch information
bwthomas committed Aug 24, 2013
1 parent d83fdc1 commit 6e94225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq-middleware.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Sidekiq::Middleware::VERSION

gem.add_dependency 'sidekiq', '~> 2.12.4'
gem.add_dependency 'sidekiq', '>= 2.12.4'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'bundler', '~> 1.0'
gem.add_development_dependency 'minitest', '~> 3'
Expand Down

0 comments on commit 6e94225

Please sign in to comment.