Skip to content

Commit

Permalink
Guard against psych bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackeus committed Dec 2, 2024
1 parent c666690 commit 01ce236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# KUBESEAL_PATH - path to kubeseal executable, defaults to "kubeseal"
# YQ_PATH - path to yq executable, defaults to "yq"

require "date" # to protect against YAML bug present in certain psych versions: https://github.com/ruby/psych/pull/695
require "yaml"
require "tmpdir"
require "uri"
Expand Down

0 comments on commit 01ce236

Please sign in to comment.