This article got me thinking: http://gavinmiller.io/2020/how-i-mitmd-rubygems-org-kinda/. It's very easy to accidentally make a spelling mistake in the source of a Gemfile. This commit adds a warning if you do to verify that you absolutely do want that behavior.
I thought about throwing an error but I suppose it's possible someone could want that, so we can just let it go through but warn every time.
This article got me thinking: http://gavinmiller.io/2020/how-i-mitmd-rubygems-org-kinda/. It's very easy to accidentally make a spelling mistake in the source of a Gemfile. This commit adds a warning if you do to verify that you absolutely do want that behavior.
I thought about throwing an error but I suppose it's possible someone could want that, so we can just let it go through but warn every time.