Skip to content

Commit

Permalink
Merge pull request #24 from Earlopain/required-ruby-version
Browse files Browse the repository at this point in the history
Set required_ruby_version = ">= 2.1.0"
  • Loading branch information
eregon authored Sep 8, 2024
2 parents 8d2c8a0 + 94cfe56 commit 0652906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0652906

Please sign in to comment.