[ruby/pp] Drop to support < Ruby 2.7

https://github.com/ruby/pp/commit/e92228964b
This commit is contained in:
Hiroshi SHIBATA 2020-12-28 13:43:44 +09:00
Родитель 2556cd3f51
Коммит 8b387bcfba
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -7,9 +7,10 @@ Gem::Specification.new do |spec|
spec.summary = %q{Provides a PrettyPrinter for Ruby objects}
spec.description = %q{Provides a PrettyPrinter for Ruby objects}
spec.homepage = "https://github.com/ruby/pp"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage