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

Commit

Permalink
Create standalone bundler/setup.rb at a consistent path.
Browse files Browse the repository at this point in the history
  • Loading branch information
glennpratt committed Mar 16, 2016
1 parent dfdeb0f commit 7678d9b
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 161 deletions.
2 changes: 1 addition & 1 deletion lib/bundler/installer/standalone.rb
Expand Up @@ -38,7 +38,7 @@ def version_dir
end

def bundler_path
File.join(Bundler.settings[:path], "bundler")
Bundler.root.join(Bundler.settings[:path], "bundler")
end

def gem_path(path, spec)
Expand Down

0 comments on commit 7678d9b

Please sign in to comment.