Skip to content

Commit 56349cf

Browse files
committed
Use enumerable-statistics >= 2.0.1
enumerable-statistics 2.0.0 has a bug of hitogram which is the cause of the issue #24.
1 parent cf5d32c commit 56349cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unicode_plot.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
3030
spec.require_paths = ["lib"]
3131

32-
spec.add_runtime_dependency "enumerable-statistics", ">= 2.0.0.pre"
32+
spec.add_runtime_dependency "enumerable-statistics", ">= 2.0.1"
3333

3434
spec.add_development_dependency "bundler", ">= 1.17"
3535
spec.add_development_dependency "rake"

0 commit comments

Comments
 (0)