method

either_version_older_than_locked

ruby latest stable - Class: Bundler::GemVersionPromoter

Method not available on this version

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

either_version_older_than_locked()
private

No documentation available.

# File lib/bundler/gem_version_promoter.rb, line 153
    def either_version_older_than_locked
      @a_ver < @locked_version || @b_ver < @locked_version
    end