From 1a06bc94d96ab4be4386b0ccd802d11380fa4e84 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Tue, 27 Sep 2022 22:48:16 +0800 Subject: [ruby/psych] Bump snakeyaml from 1.31 to 1.33 https://github.com/ruby/psych/commit/8a761cdfb7 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index f39d30ce5a..a9585c887f 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/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 -- cgit v1.2.3