summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-28 13:43:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-28 16:19:42 +0900
commit8b387bcfba84ee5ca57e7786d21ff927d4ee8e90 (patch)
treeeec6f6ac0985c18f20b61fef73225789c10dd055 /lib
parent2556cd3f51112221b991503751b84852a9ffeac6 (diff)
[ruby/pp] Drop to support < Ruby 2.7
https://github.com/ruby/pp/commit/e92228964b
Diffstat (limited to 'lib')
-rw-r--r--lib/pp.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pp.gemspec b/lib/pp.gemspec
index f3f3527086..bdf6fca3a5 100644
--- a/lib/pp.gemspec
+++ b/lib/pp.gemspec
@@ -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