1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Added dependencies for weakref

This commit is contained in:
Hiroshi SHIBATA 2020-12-01 18:32:20 +09:00
parent 764de7566f
commit 6ac5e3c06a
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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