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.
2 parents 930e72f + d88aba4 commit 9bc3e25Copy full SHA for 9bc3e25
.github/workflows/rspec.yml
@@ -14,7 +14,6 @@ jobs:
14
fail-fast: false
15
matrix:
16
ruby-version:
17
- - '2.6'
18
- '2.7'
19
- '3.0'
20
- '3.1'
rspec-parameterized-core.gemspec
@@ -14,7 +14,7 @@ I was inspired by [udzura's mock](https://gist.github.com/1881139).}
spec.homepage = "https://github.com/rspec-parameterized/rspec-parameterized-core"
spec.license = "MIT"
- spec.required_ruby_version = ">= 2.6.0"
+ spec.required_ruby_version = ">= 2.7.0"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
0 commit comments