Skip to content

Relax nokogiri requirements to minor only to allow update to newest Nokogiri version.

Currently, the Gem is incompatible with newer Nokogiri versions (1.11.1), as the requirement is fixed on patch releases only (~> 1.10.10):

Bundler could not find compatible versions for gem "nokogiri":
  In snapshot (Gemfile.lock):
    nokogiri (= 1.11.1)

  In Gemfile:
     ...
    gitlab_kramdown (~> 0.10.0) was resolved to 0.10.0, which depends on
      nokogiri (~> 1.10.10)

I just remove the requirement of patch update only

Merge request reports