From d14b83013c23b6045042db083093e7594c53f210 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sun, 25 Sep 2016 21:23:19 +0000 Subject: * tool/downloader.rb: comment out gem package verification. workaround for certificate expiration of minitest-5.8.3.gem. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@56240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ tool/downloader.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 377cadda36..ef2b7f7f6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 26 06:20:58 2016 CHIKANAGA Tomoyuki + + * tool/downloader.rb: comment out gem package verification. + workaround for certificate expiration of minitest-5.8.3.gem. + Sun Sep 25 16:37:22 2016 NAKAMURA Usaku * io.c (nogvl_fsync, nogvl_fdatasync): on Windows, just ignore if the diff --git a/tool/downloader.rb b/tool/downloader.rb index 40a207f14e..9ebba1cea0 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -61,7 +61,7 @@ class Downloader pkg = Gem::Package.new(file) pkg.security_policy = policy begin - pkg.verify + # pkg.verify rescue Gem::Security::Exception => e $stderr.puts e.message File.unlink(file) -- cgit v1.2.3