summaryrefslogtreecommitdiff
path: root/ext/psych
diff options
context:
space:
mode:
authorChad Wilson <chadw@thoughtworks.com>2022-09-04 00:18:15 +0800
committergit <svn-admin@ruby-lang.org>2022-09-07 09:51:57 +0900
commit1b034d66f529d662b0ae61cba1fb8622dac3169c (patch)
tree5b4049f07d4e351fd9705d54627f242babad7e51 /ext/psych
parentcbdde8e0c574f19e170c3de05dd0bbd276acb741 (diff)
[ruby/psych] Bump snakeyaml from 1.28 to 1.31
Resolves CVE-2022-25857, among other fixes. https://github.com/ruby/psych/commit/918cd25d37
Diffstat (limited to 'ext/psych')
-rw-r--r--ext/psych/lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb
index 0fdead154c..f39d30ce5a 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/lib/psych/versions.rb
@@ -5,6 +5,6 @@ module Psych
VERSION = '5.0.0.dev'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
end
end