6.186 An error occurred while installing nokogumbo (2.0.5), and Bundler cannot
6.186 continue.
6.186
6.186 In Gemfile:
6.186 cheatset was resolved to 1.4.8, which depends on
6.186 sanitize was resolved to 5.2.3, which depends on
6.186 nokogumbo
So I am pondering relying on a Ruby version 2 base image.
The problem is that
cheatsetrelies on:sanitizesanitizelatest version below version 6 is version 5.2.3This version relies on:
nokogumboversion 2.nokogumbois no longer maintained as a separate distribution (from this point on it is included innokogiri), but the older versions do not work with Ruby version 3.Please see: https://github.com/rubys/nokogumbo/blob/master/ext/nokogumbo/nokogumbo.c#L492C10-L492C26
rb_cDatais no longer supported in Ruby since version 3.REF:
So I am pondering relying on a Ruby version 2 base image.