Skip to content

Commit 3dc848a

Browse files
committed
Improve gem pristine warning message
See #240.
1 parent a0804aa commit 3dc848a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/spring

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if defined?(Gem)
2121

2222
if unstubbed.any?
2323
warn "Warning: Running `gem pristine --all` to regenerate your installed gemspecs " \
24+
"(and deleting then reinstalling your bundle if you use bundle --path) " \
2425
"will improve the startup performance of Spring."
2526
end
2627
end

0 commit comments

Comments
 (0)