Skip to content

Commit

Permalink
Is now compatible with Sidekiq >= 2.7 && < 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Dierker committed Jun 30, 2014
1 parent 66449e3 commit ee0420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq-status.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = Sidekiq::Status::VERSION

gem.add_dependency 'sidekiq', '>= 2.7', '< 3.1'
gem.add_dependency 'sidekiq', '>= 2.7', '< 3.2'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec'
end

0 comments on commit ee0420c

Please sign in to comment.