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 435fdfb + e2c5814 commit 616d3a7Copy full SHA for 616d3a7
activesupport/lib/active_support/testing/strict_warnings.rb
@@ -10,6 +10,8 @@ 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