Skip to content

Commit

Permalink
Bump rbtree3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
opti committed Aug 18, 2023
1 parent 6d79239 commit d9ea70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdigest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
if java
spec.add_runtime_dependency 'rbtree-jruby', '~> 0.2.1'
else
spec.add_runtime_dependency 'rbtree3', '~> 0.6.0'
spec.add_runtime_dependency 'rbtree3', '~> 0.7.1'
end

spec.add_development_dependency 'bundler', '~> 2.1'
Expand Down

0 comments on commit d9ea70c

Please sign in to comment.