hpricot for help!

If require returns false it only means the library is already loaded - it doesn't mean there is an error. If there is an error require raises an exception.

So in your app you already have those libraries loaded when you require - so its nothing to worry about .

- rob