Skip to content

Cannot build with version 1.4.8 of cheatset #73

@jonasbn

Description

@jonasbn

The problem is that cheatset relies on: sanitize

sanitize latest version below version 6 is version 5.2.3

This version relies on: nokogumbo version 2.

nokogumbo is no longer maintained as a separate distribution (from this point on it is included in nokogiri), 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_cData is no longer supported in Ruby since version 3.

REF:

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.

Metadata

Metadata

Assignees

Labels

blockedThis issue is blocked by outside circumstancesdependenciesPull requests that update a dependency filerubyPull requests that update Ruby code

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions