Hm. #Lazyweb, how do I override the gemspec of a gem?
I am trying to push all gems needed for my Jekyll build to my own #forgejo instance (as a kind of cache), so I get them all with `bundle package`, then try to push them to my forgejo with
`gem push --host https://forge.wildeboer.net/api/packages/<user>/rubygems <GEM>`
But some fail with:
ERROR: "https://forge.wildeboer.net/api/packages/<user>/rubygems" is not allowed by the gemspec, which only allows "https://rubygems.org"
How can I override that?


