diff --git a/core/ruby.rb b/core/ruby.rb index 26e6e7da8..21a2dfe06 100644 --- a/core/ruby.rb +++ b/core/ruby.rb @@ -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'