I am deploying an app to Heroku, everything went smoothly, but when it came to the more exotic gems I got this error:
No such file or directory - /app/vendor/bundle/ruby/1.9.1/gems/rwordnet-0.1.3/lib/wordnet/../../WordNet-3.0/dict/data.
I am using rwordnet gem. It works fine locally in production (had to require it in application.rb though).
Any suggestions?
Thanks )
And happy holidays..
EDIT: Oh yes, that is the case:
https://github.com/doches/rwordnet/issues/1
this issue is the problem. Thereby another question - how can I edit the file in /app/vendor/bundle/ruby/1.9.1/gems/ in Heroku?