We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480c63b commit 9470a46Copy full SHA for 9470a46
1 file changed
typeprof.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
EOD
15
spec.homepage = "https://github.com/ruby/typeprof"
16
spec.license = "MIT"
17
- spec.required_ruby_version = Gem::Requirement.new(">= 3.4")
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.3")
18
19
spec.metadata["homepage_uri"] = spec.homepage
20
spec.metadata["source_code_uri"] = "https://github.com/ruby/typeprof"
0 commit comments