Skip to content

Commit

Permalink
undef cert_pem= before redefining to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 15, 2024
1 parent 56ea900 commit 2b523c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puma/acme/structs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def initialize(identifiers: nil, **kwargs)
super(identifiers: identifiers, **kwargs)
end

undef cert_pem=
def cert_pem=(pem)
@x509 = nil

Expand Down

0 comments on commit 2b523c8

Please sign in to comment.