We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f315b0b commit 030c528Copy full SHA for 030c528
gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-testing"
27
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-testing/issues"
28
29
- spec.required_ruby_version = ">= 2.7.0"
+ spec.required_ruby_version = ">= 3.0.0"
30
31
# to update dependencies edit project.yml
32
0 commit comments