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 88dbee9 commit 0584b12Copy full SHA for 0584b12
weakref.gemspec
@@ -29,4 +29,6 @@ Gem::Specification.new do |spec|
29
spec.bindir = "exe"
30
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
spec.require_paths = ["lib"]
32
+
33
+ spec.add_dependency "delegate"
34
end
0 commit comments