Le lundi 08 juillet 2013 à 22:29 +0200, Lunar a écrit :
I am sorry but I can't reproduce this. IIRC, this issue has been fixed in a more recent release of nokogiri.
I'll take care of updating the bundle before the next release, but it probably won't happen before at least a few weeks.
In the meantime, feel free to experiment with updating the bundle yourself.
Ok, I solved the issue: it was a dependencies problem, just hack into Gemfile.lock solved the problem, here’s the patch:
--- coquelicot-orig/Gemfile.lock 2013-08-31 22:07:22.413193420 +0200 +++ coquelicot/Gemfile.lock 2013-08-30 00:52:04.483311888 +0200 @@ -50,10 +50,12 @@ maruku (0.6.1) syntax (>= 1.0.0) mime-types (1.17.2) + mini_portile (0.5.1) moneta (0.7.14) multi_json (1.0.4) multipart-parser (0.1.1) - nokogiri (1.5.0) + nokogiri (1.6.0) + mini_portile rack (1.4.1) rack-protection (1.4.0) rack