From 2b4abcff90a3c4c4d07e0929e1f99afbfeb57a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 12 Jun 2020 11:37:38 +0200 Subject: Deprecate `Gem::Util.silent_system` There's better tools for this job. --- lib/rubygems/util.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib') diff --git a/lib/rubygems/util.rb b/lib/rubygems/util.rb index dcd7fc2b47..814a4075fd 100644 --- a/lib/rubygems/util.rb +++ b/lib/rubygems/util.rb @@ -1,8 +1,11 @@ # frozen_string_literal: true +require 'rubygems/deprecate' + ## # This module contains various utility methods as module methods. module Gem::Util + ## # Zlib::GzipReader wrapper that unzips +data+. @@ -67,6 +70,14 @@ module Gem::Util system(*(cmds << opt)) end + class << self + + extend Gem::Deprecate + + rubygems_deprecate :silent_system + + end + ## # Enumerates the parents of +directory+. -- cgit v1.2.3