Skip to content

Commit 3e79dbe

Browse files
committed
Requires Ruby 2.7+
rspec-parameterized-core v2 requires Ruby 2.7+
1 parent cc693a4 commit 3e79dbe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/rspec.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
ruby-version:
17-
- '2.6'
1817
- '2.7'
1918
- '3.0'
2019
- '3.1'

rspec-parameterized-table_syntax.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ I was inspired by [udzura's mock](https://gist.github.com/1881139).}
1414

1515
spec.homepage = "https://github.com/rspec-parameterized/rspec-parameterized-table_syntax"
1616
spec.license = "MIT"
17-
spec.required_ruby_version = ">= 2.6.0"
17+
spec.required_ruby_version = ">= 2.7.0"
1818

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

0 commit comments

Comments
 (0)