There was an error while loading. Please reload this page.
1 parent 9fc8c0f commit 1c162a7Copy full SHA for 1c162a7
1 file changed
rubygems-attestation-patch.rb
@@ -40,7 +40,7 @@ def attest!(name)
40
out, st = Open3.capture2e(
41
env,
42
Gem.ruby, "-S", "gem", "exec",
43
- "sigstore-cli:0.2.1", "sign", name, "--bundle", bundle,
+ "sigstore-cli:0.2.2", "sign", name, "--bundle", bundle,
44
unsetenv_others: true
45
)
46
raise Gem::Exception, "Failed to sign gem:\n\n#{out}" unless st.success?
0 commit comments