Skip to content

Commit 343e6c6

Browse files
committed
Allow to run on Ruby 3.
1 parent 32db33c commit 343e6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-container.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313

1414
spec.files = Dir.glob('{lib}/**/*', File::FNM_DOTMATCH, base: __dir__)
1515

16-
spec.required_ruby_version = "~> 2.5"
16+
spec.required_ruby_version = ">= 2.5"
1717

1818
spec.add_dependency "async", "~> 1.0"
1919
spec.add_dependency "async-io", "~> 1.26"

0 commit comments

Comments
 (0)