diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2023-12-12 21:15:38 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-12-14 20:22:48 +0800 |
| commit | 04dd2a8aae84f58009d230304029cf4af9a6d296 (patch) | |
| tree | 6b32ff85ca6b329e5622ecb10950472c40b7bffa /lib | |
| parent | b45c1523a89133daa31c483e97f7d28593bb7b01 (diff) | |
[rubygems/rubygems] This patch should be no longer needed
https://github.com/rubygems/rubygems/commit/1139e90931
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundler/rubygems_ext.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb index 428de48df9..e0582beba2 100644 --- a/lib/bundler/rubygems_ext.rb +++ b/lib/bundler/rubygems_ext.rb @@ -325,14 +325,4 @@ module Gem end end end - - require "rubygems/util" - - Util.singleton_class.module_eval do - remove_method :glob_files_in_dir - - def glob_files_in_dir(glob, base_path) - Dir.glob(glob, base: base_path).map! {|f| File.expand_path(f, base_path) } - end - end end |
