We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruby 3.3 changes the parameters to Regexp.new, which in turn breaks rchardet19s universal detector, which uses an incompatible parameter style.
Regexp.new
rchardet19
Can the rchardet19 dependency be changed to rchardet, as the former seems to have been abandoned in 2014?
rchardet
The text was updated successfully, but these errors were encountered:
This has already been done in #56
However, there hasn't been a release since that was merged.
Until that's done you can use as a workaround:
gem 'cmxl', git: 'https://github.com/railslove/cmxl'
@bonflintstone , can you please release a new version?
Sorry, something went wrong.
@bumi I think you are the only one with permission to publish these gems right? Could you perhaps give me publish rights?
No branches or pull requests
Ruby 3.3 changes the parameters to
Regexp.new
, which in turn breaksrchardet19
s universal detector, which uses an incompatible parameter style.Can the
rchardet19
dependency be changed torchardet
, as the former seems to have been abandoned in 2014?The text was updated successfully, but these errors were encountered: