Skip to content

Commit

Permalink
Due to bug in rack
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Mar 21, 2020
1 parent e9bd848 commit d9542f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/sidekiq_unique_jobs/web.rb
@@ -1,6 +1,8 @@
# frozen_string_literal: true

begin
require "delegate"
require "rack"
require "sidekiq/web"
rescue LoadError # rubocop:disable Lint/SuppressedException
# client-only usage
Expand Down
1 change: 0 additions & 1 deletion spec/integration/sidekiq_unique_jobs/web_spec.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require "sidekiq/web"
require "sidekiq_unique_jobs/web"
require "rack/test"

Expand Down

0 comments on commit d9542f8

Please sign in to comment.