Skip to content

Commit a25424b

Browse files
authored
Disable attestations on jruby for now (#13)
Signed-off-by: Samuel Giddins <[email protected]>
1 parent 9e85cb1 commit a25424b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rubygems-attestation-patch.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

3+
return if RUBY_ENGINE == "jruby"
34
return unless defined?(Gem)
45

56
require "rubygems/commands/push_command"

0 commit comments

Comments
 (0)