diff options
author | Schneems <[email protected]> | 2023-12-04 16:19:20 -0600 |
---|---|---|
committer | git <[email protected]> | 2023-12-04 22:29:44 +0000 |
commit | 5a2d70ef73d4d17f5999f5087499a5eda1126567 () | |
tree | 40aec7b4359d5ba2694ac9ac11997e96fdc39e6c /lib/syntax_suggest/syntax_suggest.gemspec | |
parent | 13482ab1e61e0c337badd6308412621f807df9c1 (diff) |
[ruby/syntax_suggest] Bump minimum Ruby version & update standardrb
https://.com/ruby/syntax_suggest/commit/73753518e9
-rw-r--r-- | lib/syntax_suggest/syntax_suggest.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.description = 'When you get an "unexpected end" in your syntax this gem helps you find it' spec.homepage = "https://.com/ruby/syntax_suggest.git" spec.license = "MIT" - spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://.com/ruby/syntax_suggest.git" |