Skip to content

Commit 9470a46

Browse files
committed
Allow Ruby 3.3
It should work I guess
1 parent 480c63b commit 9470a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typeprof.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
EOD
1515
spec.homepage = "https://github.com/ruby/typeprof"
1616
spec.license = "MIT"
17-
spec.required_ruby_version = Gem::Requirement.new(">= 3.4")
17+
spec.required_ruby_version = Gem::Requirement.new(">= 3.3")
1818

1919
spec.metadata["homepage_uri"] = spec.homepage
2020
spec.metadata["source_code_uri"] = "https://github.com/ruby/typeprof"

0 commit comments

Comments
 (0)