It must have something to do with bundle v 1.1.5. If I do a gem install on each gem bundle dies on the next bundle install will find it and use it and then die on the next needed gem. So I just manually install it and one by one I'm getting everything installed.
Very odd though and I have no idea why bundler is giving nomem errors since there is plenty of mem and no large amount of mem or being allocated. It's like I doing a check for needed memory but checking for xGb instead of xMb. Bob On Tuesday, September 25, 2012 5:23:50 PM UTC-4, Bryan Larsen wrote: > > blog post here: http://hobocentral.net/blog/2012/09/25/2-0-0-pre2/ > > Note that Hobo/will_paginate is now required in your gemfile: > > gem "will_paginate", :git => "git://github.com/Hobo/will_paginate.git" > > > Also note the new, very-cool, bottom-load-javascript option. > > cheers, > Bryan > -- 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/-/aq3FL15ObSgJ. 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.
