method

validate

ruby latest stable - Class: Bundler::RubygemsIntegration::Legacy

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

validate(spec)
public

No documentation available.

# File lib/bundler/rubygems_integration.rb, line 645
      def validate(spec)
        # These versions of RubyGems always validate in "packaging" mode,
        # which is too strict for the kinds of checks we care about. As a
        # result, validation is disabled on versions of RubyGems below 1.7.
      end