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?

#Ruby #Gem #Gemspec

Also, dear @MastodonEngineering - please allow us poor users to use a bit of formatting. The https was really important to see, but your input mangler does not allow code or quotes :(

@jwildeboer

Yeah just adding markdown rendering to the official clients would be enough for a start. Advanced editors etc can follow later.

@MastodonEngineering