We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f580508 + cf01d8e commit 1dd82abCopy full SHA for 1dd82ab
activesupport/lib/active_support/testing/strict_warnings.rb
@@ -10,8 +10,6 @@ class WarningError < StandardError; end
10
PROJECT_ROOT = File.expand_path("../../../../", __dir__)
11
ALLOWED_WARNINGS = Regexp.union(
12
/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/,
15
16
# Expected non-verbose warning emitted by Rails.
17
/Ignoring .*\.yml because it has expired/,
0 commit comments