From 5e365e046de71534a2afe6852d85f73b2fe590c8 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Tue, 27 Sep 2022 22:48:16 +0800 Subject: Bump snakeyaml from 1.31 to 1.33 --- lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb index 877aea3..1f26571 100644 --- a/lib/psych/versions.rb +++ b/lib/psych/versions.rb @@ -5,6 +5,6 @@ module Psych VERSION = '4.0.5' if RUBY_ENGINE == 'jruby' - DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze + DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze end end -- cgit v1.2.1 From acbdaf5580ca8fab6235367831bd22160e050b71 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Tue, 27 Sep 2022 22:49:47 +0800 Subject: Bump version to 4.0.6 --- lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb index 1f26571..3709e5e 100644 --- a/lib/psych/versions.rb +++ b/lib/psych/versions.rb @@ -2,7 +2,7 @@ module Psych # The version of Psych you are using - VERSION = '4.0.5' + VERSION = '4.0.6' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze -- cgit v1.2.1