summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/versions.rb
diff options
context:
space:
mode:
authorSzymonKowalczyk <szymon.kowalczyk@pl.ibm.com>2020-07-16 14:26:48 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-25 13:11:32 +0900
commitf794c928a007ba2edddac0de14eb0f4af9491c6c (patch)
treecc2fec58a1ff21d7b92858793c2565183d41e935 /ext/psych/lib/psych/versions.rb
parent33641e00cd0a1a2e4c497f70365f06bf5c5f3f6a (diff)
[ruby/psych] Update SNAKEYAML CVE-2017-18640
to version 1.26 https://github.com/ruby/psych/commit/b2802135e7
Diffstat (limited to 'ext/psych/lib/psych/versions.rb')
-rw-r--r--ext/psych/lib/psych/versions.rb4
1 files changed, 2 insertions, 2 deletions
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