How to add new gem for my plugin usage?

I want to add a new gem (win32ole) for a plugin i'm building.
After i installed the gem, what should i do in order for LogStash to recognize this gem from my plugin file?

Have you added the gem to the .gemspec file of your plugin?