# File lib/bundler/rubygems_integration.rb, line 84 def spec_default_gem?(spec) spec.respond_to?(:default_gem?) && spec.default_gem? end