Skip to content

Commit

Permalink
fix: use top level Sidekiq namespace (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
roelbondoc authored Jul 25, 2024
1 parent 5535ee2 commit 8b95d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/honeybadger/plugins/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def call(worker, msg, queue, _redis)
require "sidekiq"
require "sidekiq/api"

if Gem::Version.new(Sidekiq::VERSION) >= Gem::Version.new('6.5')
if Gem::Version.new(::Sidekiq::VERSION) >= Gem::Version.new('6.5')
require "sidekiq/component"

class SidekiqClusterCollectionChecker
Expand Down

0 comments on commit 8b95d19

Please sign in to comment.