summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli/install.rb')
-rw-r--r--lib/bundler/cli/install.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bundler/cli/install.rb b/lib/bundler/cli/install.rb
index f1632c9ee2..f66716b39d 100644
--- a/lib/bundler/cli/install.rb
+++ b/lib/bundler/cli/install.rb
@@ -60,9 +60,6 @@ module Bundler
"the --binstubs option will be removed in favor of `bundle binstubs`"
end
- # rubygems plugins sometimes hook into the gem install process
- Gem.load_env_plugins if Gem.respond_to?(:load_env_plugins)
-
Plugin.gemfile_install(Bundler.default_gemfile) if Bundler.feature_flag.plugins?
definition = Bundler.definition