There is a github repo I want to fetch code from which isn’t a gem. It is a bunch of javascript files, and it has no gem version. Can I add this to the Gemfile and define where it should be stored (under the lib/assets) directory, or will I have to manage this with a git submodule?
Share
I vote for: Keep the Gemfile clean, go for the submodules.