class Bundler::CLI::Show

def initialize(options, gem_name)

def initialize(options, gem_name)
  @options = options
  @gem_name = gem_name
end