summaryrefslogtreecommitdiff
path: root/lib/weakref
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-01 18:32:20 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-01 19:48:24 +0900
commit6ac5e3c06a29dd51b8c8ab7bee21c29c50f779e0 (patch)
treeb06bddedb8747203bef0a5739cb8574675912a6b /lib/weakref
parent764de7566ffa3fe828abf13ec93d76515ba27dd1 (diff)
Added dependencies for weakref
Diffstat (limited to 'lib/weakref')
-rw-r--r--lib/weakref/weakref.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/weakref/weakref.gemspec b/lib/weakref/weakref.gemspec
index acc4e0fbc5..96a9765079 100644
--- a/lib/weakref/weakref.gemspec
+++ b/lib/weakref/weakref.gemspec
@@ -29,4 +29,6 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
+
+ spec.add_dependency "delegate"
end