Skip to content

Commit d2f7d09

Browse files
authored
Merge pull request #33 from opus-codium/dependabot/github_actions/actions/checkout-5
2 parents 968fbdd + fdc1c60 commit d2f7d09

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
rubocop:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Setup ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
@@ -35,7 +35,7 @@ jobs:
3535
- "3.3"
3636
name: Ruby ${{ matrix.ruby }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: Setup Ruby
4040
uses: ruby/setup-ruby@v1
4141
with:

lib/email_report_processor/reports/dmarc.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# frozen_string_literal: true
22

3+
# FIXME: logger used to be pulled by active_support dependencies
4+
require 'logger'
5+
36
require 'active_support'
47
require 'active_support/core_ext/hash'
58

0 commit comments

Comments
 (0)