On Dec 19, 2012, at 12:40 PM, Donald Ziesig wrote: > Bundler could not find compatible versions for gem "actionpack": > In Gemfile: > hobo (= 1.3.0) ruby depends on > actionpack (~> 3.0.0) ruby > > rails (= 3.2.9) ruby depends on > actionpack (3.2.9) > > Suggestions please,
For Rails 3.2, you'll need the latest 2.0pre; lots of Rails internals moved around between 3.0 and 3.2, breaking all our monkey-patches. :) --Matt Jones -- 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.
