I merged the commit for you. However, we should figure out why
gem "hobo", "=1.4.0.pre6", :git => 'git://github.com/kredmer/hobo.git' isn't working. Can you try adding gem "hobo_fields", "=1.4.0.pre6", :git => 'git://github.com/kredmer/hobo.git' gem "hobo_support", "=1.4.0.pre6", :git => 'git://github.com/kredmer/hobo.git' to your Gemfile? hobo depends on hobo_fields & hobo_support, so the generator doesn't explicitly add them to the Gemfile. However, if you change the source for Hobo, bundler tries to load hobo from your specified source but hobo_support from rubygems, which don't match. Bryan On Tue, Jun 19, 2012 at 10:08 AM, Karsten Redmer <[email protected]> wrote: > 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. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. 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.
