Changes the behavior of gem dependency file
loading to installing mode. In installing mode certain restrictions are
ignored such as ruby version mismatch
checks.
# File lib/rubygems/request_set/gem_dependency_api.rb, line 272
def installing= installing # :nodoc:
@installing = installing
end