diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index e6855b1617..aae47246e7 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -5,6 +5,6 @@ module Psych VERSION = '5.2.2' if RUBY_ENGINE == 'jruby' - DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze + DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze end end