Skip to content

Commit

Permalink
Output the local path the gem is installed from.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Feb 8, 2023
1 parent 73f05f9 commit c5f7c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testup/gem_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def self.install(gem_name, version = Gem::Requirement.default)
local_path = self.find_local_copy(gem_name, version)
if local_path
puts '> Installing from local copy...'
puts "> #{local_path}"
Gem.install(local_path)
else
puts '> Installing from Ruby Gems...'
Expand Down

0 comments on commit c5f7c2b

Please sign in to comment.