aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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