Skip to content

Commit 592851e

Browse files
committed
Add requires for active_support deps in use
Hash for #assert_valid_keys, Module for #parent.
1 parent b3e27b1 commit 592851e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/msf/core/module_manager/module_paths.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Gems
33
#
44
require 'active_support/concern'
5+
require 'active_support/core_ext/hash'
6+
require 'active_support/core_ext/module'
57

68
# Deals with module paths in the {Msf::ModuleManager}
79
module Msf::ModuleManager::ModulePaths

0 commit comments

Comments
 (0)