We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f8bc9 commit 983ae63Copy full SHA for 983ae63
lib/securerandom.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
spec.summary = %q{Interface for secure random number generator.}
15
spec.description = %q{Interface for secure random number generator.}
16
spec.homepage = "https://github.com/ruby/securerandom"
17
- spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
18
spec.licenses = ["Ruby", "BSD-2-Clause"]
19
20
spec.metadata["homepage_uri"] = spec.homepage
0 commit comments