Submit
Path:
~
/
/
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
bundler
/
plugin
/
installer
/
File Content:
rubygems.rb
# frozen_string_literal: true module Bundler module Plugin class Installer class Rubygems < Bundler::Source::Rubygems def version_message(spec) "#{spec.name} #{spec.version}" end private def requires_sudo? false # Will change on implementation of project level plugins end def rubygems_dir Plugin.root end def cache_path Plugin.cache end end end end end
Submit
FILE
FOLDER
Name
Size
Permission
Action
git.rb
865 bytes
0644
rubygems.rb
493 bytes
0644
N4ST4R_ID | Naxtarrr