nanoid.rb
nanoid.rb copied to clipboard
Ruby implementation of Nanoid, secure URL-friendly unique ID generator
Bumps [reek](https://github.com/troessner/reek) from 5.6.0 to 6.1.1. Changelog Sourced from reek's changelog. 6.1.1 (2022-04-20) (ydah) UnusedPrivateMethod to be detect use of methods via Method#to_proc 6.1.0 (2022-01-14) (mvz) Drop support for Ruby...
Bumps [benchmark-ips](https://github.com/evanphx/benchmark-ips) from 2.7.2 to 2.10.0. Release notes Sourced from benchmark-ips's releases. 2.10.0 Feature Adds :order option to compare, with new :baseline order which compares all variations against the first...
Bumps [rake](https://github.com/ruby/rake) from 12.3.3 to 13.0.6. Changelog Sourced from rake's changelog. === 13.0.6 Additional fix for #389 Pull request #390 by hsbt === 13.0.5 Fixed the regression of #388 Pull...
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.12.0 to 5.14.4. Changelog Sourced from minitest's changelog. === 5.14.4 / 2021-02-23 1 bug fix: Fixed deprecation warning using stub with methods using keyword arguments. (Nakilon) ===...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
Howdy. I was looking for a Rubiesque implementation of NanoID and first found this. Looking at the code, I wondered if SecureRandom might have a better implementation. Come to find...