Skip to content

Update minimum version of nokogiri in Gemfile also

What does this MR do?

It updates minimum version of nokogiri in Gemfile too (Gemfile.lock has it updated already). nokogiri 1.8.2 was working fine till gitlab 11.1.8 but does not work in gitlab 11.2.8

Fixes: ActionView::Template::Error (undefined method `add_class' for #<Nokogiri::XML::Element:0x0055dbff5252e8>

The failure was in /help page.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Praveen Arimbrathodiyil

Merge request reports