Skip to content

Commit bba55a9

Browse files
committed
Require Ruby 2.4 or later
Match the gem requirement to the oldest Ruby version covered by the test matrix.
1 parent 2aae96b commit bba55a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pstore.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.description = spec.summary
1818
spec.homepage = "https://github.com/ruby/pstore"
1919
spec.licenses = ["Ruby", "BSD-2-Clause"]
20+
spec.required_ruby_version = ">= 2.4"
2021

2122
spec.metadata["homepage_uri"] = spec.homepage
2223
spec.metadata["source_code_uri"] = "https://github.com/ruby/pstore"

0 commit comments

Comments
 (0)