Skip to content

Commit

Permalink
Sidekiq dependency updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kosmatov committed Nov 9, 2017
1 parent 2dec6bd commit c09512b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sidekiq-benchmark/version.rb
@@ -1,5 +1,5 @@
module Sidekiq
module Benchmark
VERSION = "0.5.2"
VERSION = "0.6.0"
end
end
2 changes: 1 addition & 1 deletion sidekiq-benchmark.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_dependency "chartkick", ">= 1.1.1"
gem.add_dependency "sidekiq", "~> 4"
gem.add_dependency "sidekiq", "~> 5"

gem.add_development_dependency "rake"
gem.add_development_dependency "rack-test"
Expand Down

0 comments on commit c09512b

Please sign in to comment.