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

statistics dependency breaking change #248

Closed
tatethurston opened this issue Oct 7, 2024 · 1 comment
Closed

statistics dependency breaking change #248

tatethurston opened this issue Oct 7, 2024 · 1 comment

Comments

@tatethurston
Copy link

`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

@tatethurston
Copy link
Author

Ah looks like this is fixed in #241, pending release

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