We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05e321 commit 16a66cdCopy full SHA for 16a66cd
async-pool.gemspec
@@ -26,5 +26,4 @@ Gem::Specification.new do |spec|
26
spec.required_ruby_version = ">= 3.1"
27
28
spec.add_dependency "async", ">= 1.25"
29
- spec.add_dependency "traces"
30
end
gems.rb
@@ -20,6 +20,7 @@
20
gem "decode"
21
gem "rubocop"
22
23
+ gem "traces"
24
gem "sus-fixtures-async"
25
gem "bake-test"
0 commit comments