Closed tatethurston closed 1 month ago
`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
Ah looks like this is fixed in https://github.com/zombocom/derailed_benchmarks/pull/241, pending release
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