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 bb1c078 commit 90c7e39Copy full SHA for 90c7e39
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
8
with:
9
engine: cruby
10
- min_version: 2.6
+ min_version: 3.1
11
12
test:
13
needs: ruby-versions
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