D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
bundler-2.5.22
/
lib
/
bundler
/
plugin
/
installer
/
Filename :
rubygems.rb
back
Copy
# frozen_string_literal: true module Bundler module Plugin class Installer class Rubygems < Bundler::Source::Rubygems private def rubygems_dir Plugin.root end def cache_path Plugin.cache end end end end end