From 3044decbb327b9fceffd2d09a2ee6cd0d28baec5 Mon Sep 17 00:00:00 2001 From: Victor Ng Date: Thu, 27 Oct 2011 20:39:09 -0400 Subject: [PATCH] updated the Gemfile to match what is in the mainline logstash fixed a whitespace issue in logstash_test_runner --- Gemfile.lock | 2 +- test/logstash_test_runner.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f9de6673b..b3961a392 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM bouncy-castle-java (1.5.0146.1) bson (1.4.0) bson (1.4.0-java) - bunny (0.7.6) + bunny (0.7.8) cabin (0.1.3) json columnize (0.3.4) diff --git a/test/logstash_test_runner.rb b/test/logstash_test_runner.rb index 30ed2ded6..fbd39654a 100644 --- a/test/logstash_test_runner.rb +++ b/test/logstash_test_runner.rb @@ -20,7 +20,6 @@ use "logstash/filters/test_grep" use "logstash/filters/test_multiline" use "logstash/filters/test_grok" - use "logstash/outputs/test_elasticsearch" skip "logstash/inputs/test_file"