Skip to content

Commit 76016cc

Browse files
Earlopainmatzbot
authored andcommitted
[ruby/syntax_suggest] Raise minimum supported ruby version to 3.3
I want to start porting this to prism without the translation layer. ruby/syntax_suggest@540d4840ab
1 parent 2fda295 commit 76016cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/syntax_suggest/syntax_suggest.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.description = 'When you get an "unexpected end" in your syntax this gem helps you find it'
1717
spec.homepage = "https://github.com/ruby/syntax_suggest.git"
1818
spec.license = "MIT"
19-
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
19+
spec.required_ruby_version = Gem::Requirement.new(">= 3.3.0")
2020

2121
spec.metadata["homepage_uri"] = spec.homepage
2222
spec.metadata["source_code_uri"] = "https://github.com/ruby/syntax_suggest.git"

0 commit comments

Comments
 (0)