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 9c3aad7 commit fa6848fCopy full SHA for fa6848f
dry-effects.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-effects/issues"
28
spec.metadata["funding_uri"] = "https://github.com/sponsors/hanami"
29
30
- spec.required_ruby_version = "3.1"
+ spec.required_ruby_version = ">= 3.1.0"
31
32
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
33
spec.add_runtime_dependency "dry-core", "~> 1.1"
0 commit comments