summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-08-21 16:05:43 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commit8d32f46d0447eb8df0ca816498bb29b7beb01eea (patch)
tree7926b59ae383f803da4624850509cf97dc7d06a1 /lib/bundler.rb
parentf934096638ec5850b65e45dc7230900107441288 (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.rb1
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)