Skip to content

Commit

Permalink
Set required_ruby_version to >= 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshenny committed Apr 4, 2024
1 parent e112a0b commit 7fce7db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions semian.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Gem::Specification.new do |s|
"source_code_uri" => "https://github.com/Shopify/semian",
}

s.required_ruby_version = ">= 2.7.0"

s.files = Dir["{lib,ext}/**/**/*.{rb,h,c}"]
s.files += ["LICENSE.md", "README.md"]
s.extensions = ["ext/semian/extconf.rb"]
Expand Down

0 comments on commit 7fce7db

Please sign in to comment.