mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
parent
1f9e684c77
commit
e4d0cca24a
Notes:
git
2020-06-05 07:33:45 +09:00
2 changed files with 6 additions and 1 deletions
|
@ -547,7 +547,7 @@ By default, this RubyGems will install gem as:
|
|||
|
||||
def bundler_template_files
|
||||
Dir.chdir "bundler/lib" do
|
||||
Dir[File.join('bundler', 'templates', '**', '{*,.*}')].
|
||||
Dir.glob(File.join('bundler', 'templates', '**', '*'), File::FNM_DOTMATCH).
|
||||
select{|f| !File.directory?(f)}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue