method

spec_not_found

ruby latest stable - Class: Bundler::CLI::Info

Method not available on this version

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

spec_not_found(gem_name)
private

No documentation available.

# File lib/bundler/cli/info.rb, line 32
    def spec_not_found(gem_name)
      raise GemNotFound, Bundler::CLI::Common.gem_not_found_message(gem_name, Bundler.definition.dependencies)
    end