ruby-changes:63816
From: Hiroshi <ko1@a...>
Date: Tue, 1 Dec 2020 19:52:39 +0900 (JST)
Subject: [ruby-changes:63816] 6ac5e3c06a (master): Added dependencies for weakref
https://git.ruby-lang.org/ruby.git/commit/?id=6ac5e3c06a From 6ac5e3c06a29dd51b8c8ab7bee21c29c50f779e0 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 1 Dec 2020 18:32:20 +0900 Subject: Added dependencies for weakref diff --git a/lib/weakref/weakref.gemspec b/lib/weakref/weakref.gemspec index acc4e0f..96a9765 100644 --- a/lib/weakref/weakref.gemspec +++ b/lib/weakref/weakref.gemspec @@ -29,4 +29,6 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/weakref/weakref.gemspec#L29 spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + + spec.add_dependency "delegate" end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/