method

spec_not_found

v2_6_3 - Show latest stable - Class: Bundler::CLI::Info
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