Skip to content

Commit

Permalink
Update rake requirement from ~> 10.0 to ~> 12.3
Browse files Browse the repository at this point in the history
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/commits/v12.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jan 16, 2019
1 parent 94a0dbb commit 1f1640e
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 @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
end

spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'minitest', '~> 5.8'
spec.add_development_dependency 'coveralls', '~> 0.8.10'
spec.add_development_dependency 'simplecov', '~> 0.11.1'
Expand Down

0 comments on commit 1f1640e

Please sign in to comment.