umts / microservices-engine

Rails engine for attaching to our microservices and handling inter-service communication.
MIT License
0 stars 1 forks source link

To what extent is it worth it to keep old gem versions in the root directory of the app? #37

Closed dfaulken closed 7 years ago

dfaulken commented 7 years ago

So far, gems that I've written haven't had more than a few versions.

Perhaps keep just the last three, and keep the others in a folder? Or maybe just the current version is relevant?

werebus commented 7 years ago

I'm not entirely sure that you want any artifacts in your source-control. They are entirely reproducible from the git tags, and available on Rubygems.

dfaulken commented 7 years ago

Hmm, so gitignore them?