From f794c928a007ba2edddac0de14eb0f4af9491c6c Mon Sep 17 00:00:00 2001 From: SzymonKowalczyk Date: Thu, 16 Jul 2020 14:26:48 +0200 Subject: [ruby/psych] Update SNAKEYAML CVE-2017-18640 to version 1.26 https://github.com/ruby/psych/commit/b2802135e7 --- ext/psych/lib/psych/versions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/psych') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index dfa1917a65..bbff9290dc 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -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 -- cgit v1.2.3