From 7c030a5ded8acc4b29b25a6f416347e41125197f Mon Sep 17 00:00:00 2001 From: sorah Date: Tue, 18 Feb 2014 05:27:58 +0000 Subject: * lib/test/unit/test-unit.gemspec: Add minitest < 5.0.0 dependency * tool/rbinstall.rb: Add empty implementations for `add_dependency`, `add_runtime_dependency`, `add_development_dependency` for Gem::Specification. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/rbinstall.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tool') diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index b3dad0ee89..9207c9f61b 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -600,6 +600,15 @@ end GEMSPEC end + def add_dependency(*) + end + + def add_development_dependency(*) + end + + def add_runtime_dependency(*) + end + def self.unresolved_deps [] end -- cgit v1.2.3