We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917d756 commit fdc1c60Copy full SHA for fdc1c60
lib/email_report_processor/reports/dmarc.rb
@@ -1,5 +1,8 @@
1
# frozen_string_literal: true
2
3
+# FIXME: logger used to be pulled by active_support dependencies
4
+require 'logger'
5
+
6
require 'active_support'
7
require 'active_support/core_ext/hash'
8
0 commit comments