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 :(
Add support for posting with Markdown syntax · Issue #23981 · mastodon/mastodon

Pitch Requests to add support for posting with Markdown formatting has come up many times in the past, so this is a proposal to formalize the recent efforts. I'm not against other forms of markup f...

GitHub