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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -