Skip to content

Commit

Permalink
Update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
wallin committed Jul 1, 2020
1 parent f9efcaa commit ee9fb99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.7.1
2 changes: 1 addition & 1 deletion tdigest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rbtree', '~> 0.4.2'
end

spec.add_development_dependency 'bundler', '~> 1.10'
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'
Expand Down

0 comments on commit ee9fb99

Please sign in to comment.