[ruby/psych] Update SNAKEYAML CVE-2017-18640

to version 1.26
b2802135e7
This commit is contained in:
SzymonKowalczyk 2020-07-16 14:26:48 +02:00 committed by Hiroshi SHIBATA
parent 33641e00cd
commit f794c928a0
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -2,9 +2,9 @@
# frozen_string_literal: true
module Psych
# The version of Psych you are using
VERSION = '3.1.0'
VERSION = '3.1.1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze
DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze
end
end