If you type `bundle show hobo`, it should show something like: /home/blarsen/.rvm/gems/ruby-1.9.2-p180/bundler/gems/hobo-cf8150539533/hobo
where cf8150539533 is the latest commit here: https://github.com/tablatom/hobo/commits/rails3/ There is an issue with running the correct version of Hobo from the command line (type `bundle exec hobo` to get around that), but bundler should always run the correct version when you run "rails server". It sounds like your app is pretty simple at this point. You're welcome to send it to me if you still are having troubles. Bryan On Wed, Jun 29, 2011 at 4:18 PM, André Fischer <[email protected]> wrote: > Tried putting this in the app's Gemfile and ran bundle update hobo, to no > avail. How should I go about making sure I have the "correct" version of > Hobo on my system? I'm quite prepared to delete the application and start > from scratch — how would I go about making sure I gem install the correct > (truly latest) version of Hobo? > > -- > 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/-/Iftu33kWtAUJ. > 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.
