We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
`require': cannot load such file -- statistics (LoadError)
https://github.com/estebanz01/ruby-statistics/releases/tag/4.0.1 changed the library name / require statement:
- require 'statistics' + require 'ruby-statistics'
lib/derailed_benchmarks/stats_from_dir.rb is using the former require statement, which now breaks under ruby-statistics 4.0.1
The text was updated successfully, but these errors were encountered:
Ah looks like this is fixed in #241, pending release
Sorry, something went wrong.
No branches or pull requests
https://github.com/estebanz01/ruby-statistics/releases/tag/4.0.1 changed the library name / require statement:
lib/derailed_benchmarks/stats_from_dir.rb is using the former require statement, which now breaks under ruby-statistics 4.0.1
The text was updated successfully, but these errors were encountered: