From d91201d19f6ad1347405518c70cf00f9ba2ba92e Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Tue, 1 Mar 2011 17:30:01 -0800 Subject: [PATCH] Don't need ruby_fixes anymore --- lib/logstash/inputs.rb | 1 - lib/logstash/logging.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/logstash/inputs.rb b/lib/logstash/inputs.rb index 1cb365c5e..e75ac18d7 100644 --- a/lib/logstash/inputs.rb +++ b/lib/logstash/inputs.rb @@ -1,5 +1,4 @@ require "logstash/namespace" -require "logstash/ruby_fixes" require "uri" module LogStash::Inputs diff --git a/lib/logstash/logging.rb b/lib/logstash/logging.rb index 110f0eda5..e3365d249 100644 --- a/lib/logstash/logging.rb +++ b/lib/logstash/logging.rb @@ -1,5 +1,4 @@ require "logstash/namespace" -require "logstash/ruby_fixes" require "logger" class LogStash::Logger < Logger