method

unlocking_gem?

unlocking_gem?()
private

No documentation available.

# File lib/bundler/gem_version_promoter.rb, line 162
    def unlocking_gem?
      unlock_gems.empty? || unlock_gems.include?(@gem_name)
    end