[ruby/psych] Update to latest SnakeYAML
Fixes jruby/jruby#6365 https://github.com/ruby/psych/commit/a88ff77f02
This commit is contained in:
parent
c110ade0d2
commit
1563de5997
@ -5,6 +5,6 @@ module Psych
|
|||||||
VERSION = '3.3.0'
|
VERSION = '3.3.0'
|
||||||
|
|
||||||
if RUBY_ENGINE == 'jruby'
|
if RUBY_ENGINE == 'jruby'
|
||||||
DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze
|
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user