From a5d0bfea01f9460c9dd73e11e66e14a733ed9eb7 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Thu, 26 Jan 2012 14:33:38 -0800 Subject: [PATCH] - add note about filewatch --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index c8c55940033..beb4323b999 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,8 @@ end gem "cabin", "0.1.7" # for logging. apache 2 license gem "bunny" # for amqp support, MIT-style license gem "uuidtools" # for naming amqp queues, License ??? + +# Don't upgrade filewatch to >0.3.2 until *after* 1.1.0 is released. (sissel) gem "filewatch", "0.3.2" # for file tailing, BSD License gem "jls-grok", "0.9.6" # for grok filter, BSD License jruby? and gem "jruby-elasticsearch", "0.0.11" # BSD License