Code improvement description
Now that #9787 has been completed in #11984, we should look into using the rubygems/release-gem action to publish the Dependabot RubyGems.
For one, it would allow us to get rid of our custom Rakefile. For another, we get the added security benefit of Sigstore attestations1.
The main challenges with migrating to rubygems/release-gem are outlined here: https://github.com/dependabot/dependabot-core/pull/11984/files#r2030204218
Code improvement description
Now that #9787 has been completed in #11984, we should look into using the
rubygems/release-gemaction to publish the Dependabot RubyGems.For one, it would allow us to get rid of our custom
Rakefile. For another, we get the added security benefit of Sigstore attestations1.The main challenges with migrating to
rubygems/release-gemare outlined here: https://github.com/dependabot/dependabot-core/pull/11984/files#r2030204218Footnotes
https://github.com/rubygems/release-gem/pull/11 ↩