Skip to content

Commit

Permalink
Merge pull request #5 from kalilz4485/allow-sidekiq-6.0-clr
Browse files Browse the repository at this point in the history
Allow to bundle with sidekiq 6.0
  • Loading branch information
Renaud Morvan authored Oct 5, 2021
2 parents 3cf7b0b + 076695a commit 67c5958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.7.4
4 changes: 2 additions & 2 deletions sidekiq-monitoring.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'sidekiq-monitoring'
spec.version = '1.3.4'
spec.version = '1.3.5'
spec.authors = ['Jeremy Carlier']
spec.email = ['[email protected]']

Expand All @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
end

spec.require_paths = ['lib']
spec.add_dependency 'sidekiq', '>= 2.12.3', '< 6.0'
spec.add_dependency 'sidekiq', '>= 2.12.3', '< 6.1'
spec.add_dependency 'sinatra'
spec.add_dependency 'multi_json'

Expand Down

0 comments on commit 67c5958

Please sign in to comment.