ruby - Backing up open source gems in case they go away -
we wondering how developers deal possibility gem author deletes git repository , gem goes away. forking/cloning every gem use , updating them every new version of our app starts ridiculous if have hundreds of gem dependencies. how have other developers tackled potential issue?
you don't have fork repo. have clone it. can push clone newly-created project later on, if needed.
but yes, sort of thing has happened before, of why lucky stiff's projects.
Comments
Post a Comment