fixed some bugs

bug/bundler_fix
Christian Mehlmauer 2017-07-17 10:10:12 +02:00
parent 7d6992c0e8
commit 3c7d6c3a6a
No known key found for this signature in database
GPG Key ID: DCF54A05D6E62591
2 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,5 @@ class Helper
return nil
end
end
end
end

View File

@ -13,6 +13,7 @@ end
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'metasploit/framework/version'
require 'metasploit/framework/rails_version_constraint'
require 'msf/util/helper'
Gem::Specification.new do |spec|
spec.name = 'metasploit-framework'