Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Remove a hack for JRuby 1.5 #4941

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions lib/bundler.rb
Expand Up @@ -452,13 +452,6 @@ def configure_gem_path(env = ENV, settings = self.settings)
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

ENV["GEM_HOME"] = File.expand_path(bundle_path, root)
Bundler.rubygems.clear_paths
end
Expand Down