Skip to content

Commit 983ae63

Browse files
committed
[ruby/securerandom] Random::Formatter is only provided from Ruby 3.1
ruby/securerandom@90c7e390f5
1 parent 94f8bc9 commit 983ae63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/securerandom.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.summary = %q{Interface for secure random number generator.}
1515
spec.description = %q{Interface for secure random number generator.}
1616
spec.homepage = "https://github.com/ruby/securerandom"
17-
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
17+
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
1818
spec.licenses = ["Ruby", "BSD-2-Clause"]
1919

2020
spec.metadata["homepage_uri"] = spec.homepage

0 commit comments

Comments
 (0)