Skip to content

Commit

Permalink
Disable attestations on jruby for now (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Giddins <segiddins@segiddins.me>
  • Loading branch information
segiddins authored Dec 4, 2024
1 parent 9e85cb1 commit a25424b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rubygems-attestation-patch.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

return if RUBY_ENGINE == "jruby"
return unless defined?(Gem)

require "rubygems/commands/push_command"
Expand Down

0 comments on commit a25424b

Please sign in to comment.