Skip to content

Commit

Permalink
Merge pull request #23 from jcavalieri/sidekiq-5-fix
Browse files Browse the repository at this point in the history
fixes: allow for Sidekiq 5
  • Loading branch information
krisleech committed Oct 2, 2018
2 parents 327d445 + 3493864 commit 8b31a7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

- fixes: allow for Sidekiq 5

## [1.1.0] - 28/Sept/2018

- fixes: `NoMethodError: undefined method `set' for
Expand Down
2 changes: 1 addition & 1 deletion lib/wisper/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Wisper
module Sidekiq
VERSION = "1.1.0"
VERSION = "1.2.0"
end
end
2 changes: 1 addition & 1 deletion wisper-sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'wisper'
spec.add_dependency 'sidekiq', '~>4.0'
spec.add_dependency 'sidekiq', '>=4.1'
end

0 comments on commit 8b31a7a

Please sign in to comment.