mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
require gems after gem-install
This commit is contained in:
parent
77600d3bd5
commit
b1906edd11
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class Pry
|
|||
else
|
||||
Gem.refresh
|
||||
output.puts "Gem `#{text.green gem}` installed."
|
||||
require gem
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue