[rubygems/rubygems] Define dummy module for mise plugin

64bdff1e1e
This commit is contained in:
Hiroshi SHIBATA 2025-07-22 13:51:58 +09:00
parent af718aaf4b
commit 4dec4fbdfa
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 12 additions and 0 deletions

View file

@ -66,3 +66,9 @@ module Gem
Socket.singleton_class.prepend FakeResolv
end
end
# mise installed rubygems_plugin.rb to system wide `site_ruby` directory.
# This empty module avoid to call `mise` command.
module ReshimInstaller
def self.reshim; end
end