lib/bundler/rubygems_integration.rb in bundler-2.1.0.pre.2 vs lib/bundler/rubygems_integration.rb in bundler-2.1.0.pre.3

- old
+ new

@@ -633,10 +633,9 @@ def use_gemdeps(gemfile) ENV["BUNDLE_GEMFILE"] ||= File.expand_path(gemfile) require_relative "gemdeps" runtime = Bundler.setup - Bundler.ui = nil activated_spec_names = runtime.requested_specs.map(&:to_spec).sort_by(&:name) [Gemdeps.new(runtime), activated_spec_names] end end