-
Rafael Mendonça França authored
In https://github.com/ruby/securerandom/pull/34, Random::Formatter was removed from securerandom. This change broke the alphanumeric method signature in Ruby 3.2 since the `chars` parameter isn't available there yet.
Rafael Mendonça França authoredIn https://github.com/ruby/securerandom/pull/34, Random::Formatter was removed from securerandom. This change broke the alphanumeric method signature in Ruby 3.2 since the `chars` parameter isn't available there yet.
Loading