diff options
author | David RodrÃguez <[email protected]> | 2021-08-21 16:05:43 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-08-31 19:06:14 +0900 |
commit | 8d32f46d0447eb8df0ca816498bb29b7beb01eea (patch) | |
tree | 7926b59ae383f803da4624850509cf97dc7d06a1 /lib/bundler.rb | |
parent | f934096638ec5850b65e45dc7230900107441288 (diff) |
[rubygems/rubygems] Remove unnecessary line
https://github.com/rubygems/rubygems/commit/a7023c6c21
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4789
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r-- | lib/bundler.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb index 791831d0e7..ed5e1685ab 100644 --- a/lib/bundler.rb +++ b/lib/bundler.rb @@ -659,7 +659,6 @@ EOF def configure_gem_home_and_path configure_gem_path configure_gem_home - bundle_path end def configure_gem_path(env = ENV) |