Removed loading of deleted file.rb after Rack update.

This commit is contained in:
antisnatchor
2015-03-25 10:54:37 +01:00
parent 6fcca972c8
commit 32434075f8

View File

@@ -7,9 +7,6 @@
# @note Patching Ruby Security
require 'core/ruby/security'
# @note Patching Rack File class to prevent a potential XSS
require 'core/ruby/file.rb'
# @note Patching Ruby
require 'core/ruby/module'
require 'core/ruby/object'