Hi, I monkey-patched the problem in my dev environment , but on heroku the migration fails.
I created a pull request (https://github.com/tablatom/hobo/pull/43), but I want to go ahead on heroku. -> so I want to create my patched hobo-fork gem ! How can I do this? adding this line: gem "hobo", "=1.4.0.pre6", :git => 'git://github.com/kredmer/hobo.git' -> is not working ! (fails somewhere in hobo_fields) creating a own namespaced gem is difficult, because of the dependencies in gem "hobo_rapid", "1.4.0.pre6" gem "hobo_jquery", "1.4.0.pre6" gem "hobo_jquery_ui", "1.4.0.pre6" gem "hobo_clean", "1.4.0.pre6" So: in order to have 2 lines changed I have to create 5 gems !???!!!! OR just merge the pull request...... Please help...... :-) -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/QJU2YmVKSqwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
