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

What range of ruby versions are supported? #174

Open
Fitzsimmons opened this issue Jan 20, 2022 · 0 comments
Open

What range of ruby versions are supported? #174

Fitzsimmons opened this issue Jan 20, 2022 · 0 comments

Comments

@Fitzsimmons
Copy link

I'm wondering which range of ruby versions are intended to be supported since SecureRandom.uuid() has been present in the standard library since 2.0. I can submit a pull request that replaces the custom implementation with the one in the standard library unless 1.8 support is still needed.

It's also feasible to detect at runtime if SecureRandom is available and fall back to the custom implementation if it's not.

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

No branches or pull requests

1 participant