summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSzymonKowalczyk <szymon.kowalczyk@pl.ibm.com>2020-07-16 14:26:48 +0200
committerGitHub <noreply@github.com>2020-07-16 14:26:48 +0200
commitb2802135e73383ca225f9a2404cb98b7dafcaf3d (patch)
tree3906ea02ab79c36998219b6086beaf2142f8c8f4 /lib
parentfe21629c0b816f53172cde01866d137245adbf83 (diff)
downloadpsych-b2802135e73383ca225f9a2404cb98b7dafcaf3d.zip
Update SNAKEYAML CVE-2017-18640
to version 1.26
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb4
1 files changed, 2 insertions, 2 deletions
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