Skip to content

Commit cf01d8e

Browse files
committed
Revert "Temporarily allow sidekiq warning"
This reverts commit e2c5814. Sidekiq has since released a version with the fix
1 parent f580508 commit cf01d8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

activesupport/lib/active_support/testing/strict_warnings.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ class WarningError < StandardError; end
1010
PROJECT_ROOT = File.expand_path("../../../../", __dir__)
1111
ALLOWED_WARNINGS = Regexp.union(
1212
/circular require considered harmful.*delayed_job/, # Bug in delayed job.
13-
# TODO: Remove with the next sidekiq version bump
14-
/circular require considered harmful.*sidekiq/,
1513

1614
# Expected non-verbose warning emitted by Rails.
1715
/Ignoring .*\.yml because it has expired/,

0 commit comments

Comments
 (0)