mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 11:33:58 +02:00
[ruby/psych] Update SNAKEYAML CVE-2017-18640
to version 1.26
b2802135e7
This commit is contained in:
parent
33641e00cd
commit
f794c928a0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue