summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-28 12:57:58 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-28 12:57:58 +0200
commit930d2f97c590bbcaa15a50c8e467e0b871379a68 (patch)
tree8b44ffafbce8458ba557d351c43eaed20122ec34
parent662fe29107bf0dafd55be661a4471f4b7afd73f6 (diff)
downloadbundler-930d2f97c590bbcaa15a50c8e467e0b871379a68.tar.gz
Remove unnecessary comment
-rw-r--r--lib/bundler/runtime.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb
index 83945868f9..7d67453813 100644
--- a/lib/bundler/runtime.rb
+++ b/lib/bundler/runtime.rb
@@ -34,7 +34,6 @@ module Bundler
spec.load_paths.reject {|path| $LOAD_PATH.include?(path) }
end.reverse.flatten
- # See Gem::Specification#add_self_to_load_path (since RubyGems 1.8)
if insert_index = Bundler.rubygems.load_path_insert_index
# Gem directories must come after -I and ENV['RUBYLIB']
$LOAD_PATH.insert(insert_index, *load_paths)