We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f469574 commit 1a90088Copy full SHA for 1a90088
gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-logic"
27
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-logic/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
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
0 commit comments