Hello, We're reinstalling nokogiri if you have it so the LibXML version being loaded is the same one that it's being compiled against. This requires clearing the bundlercache. Before you'd potentially getting warnings when using nokogiri: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.7.6. You can find more at https://devcenter.heroku.com/changelog-items/305.
Cheers, Terence On Wed, Aug 7, 2013 at 9:49 AM, Jack Royal-Gordon <[email protected]> wrote: > I noticed the following message in my Heroku build log today: "Fixing > nokogiri install. Clearing bundler cache." and the build took much > longer as it had to install all my gems instead of using them. What does > this mean to my app? > > -- > -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en_US?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Heroku Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
