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 32db33c commit 343e6c6Copy full SHA for 343e6c6
async-container.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
14
spec.files = Dir.glob('{lib}/**/*', File::FNM_DOTMATCH, base: __dir__)
15
16
- spec.required_ruby_version = "~> 2.5"
+ spec.required_ruby_version = ">= 2.5"
17
18
spec.add_dependency "async", "~> 1.0"
19
spec.add_dependency "async-io", "~> 1.26"
0 commit comments