Skip to content
New issue

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

Explicitly require gems scheduled for removal from ruby stdlib #628

Closed
wants to merge 2 commits into from

Conversation

misdoro
Copy link

@misdoro misdoro commented Dec 12, 2023

Helps to avoid a warning:

nkf was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add nkf to your Gemfile or gemspec

appearing in ruby 3.3

Helps to avoid a warning: nkf was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add nkf to your Gemfile or gemspec
@misdoro misdoro changed the title Explicitly require NKF gem Explicitly require gems scheduled for removal from ruby stdlib Dec 12, 2023
@flavorjones
Copy link
Member

@misdoro Thank you for submitting this! Can you make the nfk dependency conditional to address the JRuby errors?

@flavorjones
Copy link
Member

mutex_m is no longer used -- removed in #629

nkf can't be explicitly required right now without breaking jruby. i'm going to close this, and we can revisit it when there's a solution for jruby.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants