Skip to content

Commit af999e2

Browse files
committed
Tighten up require for activesupport
Only require the minimum that we need for String#blank? and Array.wrap.
1 parent 69e7a84 commit af999e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/mail_interceptor.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
require "active_support/all"
1+
require 'active_support/core_ext/object/blank'
2+
require 'active_support/core_ext/array'
23
require "mail_interceptor/version"
34

45
module MailInterceptor

0 commit comments

Comments
 (0)