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 f3d162a commit 24e5c02Copy full SHA for 24e5c02
dry-events.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-events/issues"
30
spec.metadata["funding_uri"] = "https://github.com/sponsors/hanami"
31
32
- spec.required_ruby_version = ">= 3.1.0"
+ spec.required_ruby_version = ">= 3.2"
33
34
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
35
spec.add_runtime_dependency "dry-core", "~> 1.1"
0 commit comments