From b2802135e73383ca225f9a2404cb98b7dafcaf3d Mon Sep 17 00:00:00 2001 From: SzymonKowalczyk Date: Thu, 16 Jul 2020 14:26:48 +0200 Subject: Update SNAKEYAML CVE-2017-18640 to version 1.26 --- lib/psych/versions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb index dfa1917..bbff929 100644 --- a/lib/psych/versions.rb +++ b/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