Skip to content

Commit

Permalink
Update rake
Browse files Browse the repository at this point in the history
  • Loading branch information
wallin committed Jul 1, 2020
1 parent ee9fb99 commit 8278c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdigest.gemspec
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'coveralls', '~> 0.8.10'
spec.add_development_dependency 'minitest', '~> 5.8'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '>= 12.3.3'
spec.add_development_dependency 'simplecov', '~> 0.11.1'
end

0 comments on commit 8278c2c

Please sign in to comment.