We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 968fbdd + fdc1c60 commit d2f7d09Copy full SHA for d2f7d09
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
rubocop:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- name: Setup ruby
18
uses: ruby/setup-ruby@v1
19
with:
@@ -35,7 +35,7 @@ jobs:
35
- "3.3"
36
name: Ruby ${{ matrix.ruby }}
37
38
39
- name: Setup Ruby
40
41
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