Skip to content

Commit

Permalink
Merge pull request #46993 from skipkayhil/fix-actionmailbox-requires
Browse files Browse the repository at this point in the history
Fix missing requires in Action Mailbox
  • Loading branch information
byroot committed Jan 19, 2023
2 parents b73fb93 + 2e920b0 commit 47f21c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actionmailbox/lib/action_mailbox.rb
@@ -1,5 +1,9 @@
# frozen_string_literal: true

require "active_support"
require "active_support/rails"
require "active_support/core_ext/numeric/time"

require "action_mailbox/version"
require "action_mailbox/deprecator"
require "action_mailbox/mail_ext"
Expand Down

0 comments on commit 47f21c5

Please sign in to comment.