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 86ffbfe commit 40d23e0Copy full SHA for 40d23e0
dry-matcher.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-matcher"
27
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-matcher/issues"
28
29
- spec.required_ruby_version = "2.7"
+ spec.required_ruby_version = ">= 2.7.0"
30
31
# to update dependencies edit project.yml
32
spec.add_runtime_dependency "dry-core", "~> 1.0", "< 2"
0 commit comments