From 4daa0fce202783562a8e9022f301d0591f2f2a26 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 19 Nov 2014 15:06:04 +0000 Subject: common.mk: ims=nil option * common.mk (update-gems): use ims=nil option. * tool/downloader.rb (Downloader.download): show the message if no need to download in verbose mode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index b296356..7b0f019 100644 --- a/common.mk +++ b/common.mk @@ -893,7 +893,7 @@ update-gems: PHONY -I../tool -rdownloader -answ \ -e 'gem, ver = *$$F' \ -e 'gem = "#{gem}-#{ver}.gem"' \ - -e 'Downloader::RubyGems.download(gem)' \ + -e 'Downloader::RubyGems.download(gem, nil, nil)' \ bundled_gems UPDATE_LIBRARIES = no -- cgit v1.1