Adding Spell Checking Server Side with Heroku

Has anybody tried to use some spellcheck gem server side with Rails on Heroku?

The ruby gems use either aspell or hunspell, and that would require those binaries installed on Heroku, which is not the default.

I need to do the spell check server side as this is during a batch import.