summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bundler.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 5eb2d1bca4..2da2db29c9 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -524,13 +524,6 @@ EOF
end
def configure_gem_home
- # TODO: This mkdir_p is only needed for JRuby <= 1.5 and should go away (GH #602)
- begin
- FileUtils.mkdir_p bundle_path.to_s
- rescue
- nil
- end
-
Bundler::SharedHelpers.set_env "GEM_HOME", File.expand_path(bundle_path, root)
Bundler.rubygems.clear_paths
end