aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems.rb
diff options
context:
space:
mode:
authorJosef Šimánek <josef.simanek@gmail.com>2020-06-14 00:26:23 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-15 21:20:37 +0900
commit3ab1cfc325811b862cb81d0360bf83216cd6f235 (patch)
treed2a28c09fa9c70fbba90a9cd62cde5fa10629305 /lib/rubygems.rb
parent49c42b6012264890bedb572e5e0c6fc4750aaf9a (diff)
downloadruby-3ab1cfc325811b862cb81d0360bf83216cd6f235.tar.gz
Add Gem.disable_system_update_message to disable gem update --system if needed.
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r--lib/rubygems.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index c018492150..d24c07d55a 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -1188,6 +1188,12 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
class << self
##
+ # RubyGems distributors (like operating system package managers) can
+ # disable RubyGems update by setting this to error message printed to
+ # end-users on gem update --system instead of actual update.
+ attr_accessor :disable_system_update_message
+
+ ##
# Hash of loaded Gem::Specification keyed by name
attr_reader :loaded_specs