[ruby/psych] Update to latest SnakeYAML

Fixes jruby/jruby#6365

https://github.com/ruby/psych/commit/a88ff77f02
This commit is contained in:
Charles Oliver Nutter 2021-02-23 16:18:38 -06:00 committed by Hiroshi SHIBATA
parent c110ade0d2
commit 1563de5997
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -5,6 +5,6 @@ module Psych
VERSION = '3.3.0'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze
end
end