summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/rubygems_ext.rb10
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