summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-04 17:05:50 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-19 21:09:13 +0900
commitc32c7fafd590697f6d06f6f7605686e31126b691 (patch)
tree9507b192285667e4925b9688df9b2b9ccf7dff5f
parente742c3d5f458a4a59cf0eaab2567eca844f956d1 (diff)
downloadbundler-c32c7fafd590697f6d06f6f7605686e31126b691.tar.gz
Remove dummy comment
-rw-r--r--lib/bundler/shared_helpers.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/shared_helpers.rb b/lib/bundler/shared_helpers.rb
index 14d09b72d5..73c6dc3097 100644
--- a/lib/bundler/shared_helpers.rb
+++ b/lib/bundler/shared_helpers.rb
@@ -293,8 +293,6 @@ module Bundler
# for Ruby core repository
exe_file = File.expand_path("../../../../bin/bundle", __FILE__) unless File.exist?(exe_file)
Bundler::SharedHelpers.set_env "BUNDLE_BIN_PATH", exe_file
-
- # Set BUNDLE_GEMFILE
Bundler::SharedHelpers.set_env "BUNDLE_GEMFILE", find_gemfile(:order_matters).to_s
Bundler::SharedHelpers.set_env "BUNDLER_VERSION", Bundler::VERSION
end