Prevent development dependencies in production#87
Prevent development dependencies in production#87byroot wants to merge 1 commit intolobsters:masterfrom
Conversation
This would have caught lobsters/lobsters#1312. Of course now that they were installed, nothing will purge them, but as they get upgraded they'll be missing and won't be requireable in production.
|
I couldn't find it on stream, but now that I see So I think that part of your PR is redundant. But the As for 'nothing will purge them', I can run |
Hum. If so that doesn't explain how |
|
I dumped the heap, was puzzled to see rubocop, and then added that commit to try to not load gems from the dev/test groups. It probably would've loaded anyways because I didn't run |
You mean it's still there even after lobsters/lobsters@47afb30 ? |
|
No, sorry, I was talking about the heaps we examined yesterday. I produced those before anything else. |
This would have caught lobsters/lobsters#1312.
Of course now that they were installed, nothing will purge them, but as they get upgraded they'll be missing and won't be requireable in production.