[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:
Earlopain 2024-09-06 12:09:17 +02:00 committed by git
parent ac960b08ee
commit 19c1f0233e

View File

@ -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