[ruby/benchmark] Set required_ruby_version = ">= 2.1.0"
`Process.clock_gettime` only works since 2.1 https://github.com/ruby/benchmark/commit/94cfe56291
This commit is contained in:
parent
ac960b08ee
commit
19c1f0233e
@ -16,6 +16,8 @@ Gem::Specification.new do |spec|
|
||||
spec.homepage = "https://github.com/ruby/benchmark"
|
||||
spec.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
|
||||
spec.required_ruby_version = ">= 2.1.0"
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
spec.metadata["source_code_uri"] = spec.homepage
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user