summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Wilson <chadw@thoughtworks.com>2022-09-27 22:48:16 +0800
committerChad Wilson <chadw@thoughtworks.com>2022-09-27 22:48:16 +0800
commit8a761cdfb7eb7c7ae808fffc43b4bceca46130de (patch)
tree0942f8f5f70e8948ec08c053adee2d9e584816f7 /lib
parent7b9d10c9dc2bb4dd71cb44f77d209a9f05f7def8 (diff)
downloadpsych-8a761cdfb7eb7c7ae808fffc43b4bceca46130de.tar.gz
Bump snakeyaml from 1.31 to 1.33
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index f39d30c..a9585c8 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -5,6 +5,6 @@ module Psych
VERSION = '5.0.0.dev'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze
end
end