Skip to content

Commit

Permalink
[rubygems/rubygems] Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Dec 13, 2023
1 parent 6b3c9ce commit 7042824
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/bundler/cli/info.rb
Expand Up @@ -36,10 +36,6 @@ def default_gem_spec(gem_name)
gem_spec if gem_spec&.default_gem?
end

def spec_not_found(gem_name)
raise GemNotFound, Bundler::CLI::Common.gem_not_found_message(gem_name, Bundler.definition.dependencies)
end

def print_gem_version(spec)
Bundler.ui.info spec.version.to_s
end
Expand Down

0 comments on commit 7042824

Please sign in to comment.