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

Add prime gem to d dependency #810

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

takkanm
Copy link
Contributor

@takkanm takkanm commented Oct 26, 2024

This PR removes the warning message because prime Libraly will be the default gem.

ruby/openssl/test/openssl/test_bn.rb:266: warning: prime was loaded from the standard library, but is not part of the default gems since Ruby 3.1.0. Add prime to your Gemfile or gemspec.

Because prime Libraly will be the default gem.

```
ruby/openssl/test/openssl/test_bn.rb:266: warning: prime was loaded from the standard library, but is not part of the default gems since Ruby 3.1.0. Add prime to your Gemfile or gemspec.
```
@rhenium rhenium merged commit 0e2698a into ruby:master Oct 29, 2024
54 of 56 checks passed
@rhenium
Copy link
Member

rhenium commented Oct 29, 2024

Good catch. Thank you!

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

Successfully merging this pull request may close these issues.

2 participants