[rubygems/rubygems] Silence deprecations when gemdeps is used in tests

Because we can't control 3rd party gems using deprecated rubygems
behavior, and thus outputting warnings to the screen.

https://github.com/rubygems/rubygems/commit/6912ebf20a
This commit is contained in:
David Rodríguez 2019-06-20 13:10:06 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель 05ae2c11fa
Коммит 0ca494fc80
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1788,9 +1788,11 @@ You may need to `gem install -g` to install missing gems
EXPECTED
Gem::Deprecate.skip_during do
assert_output nil, expected do
Gem.use_gemdeps
end
end
ensure
ENV['RUBYGEMS_GEMDEPS'] = rubygems_gemdeps
end