From c2a60fec2f79c05bdb865c143b6ad8eddfc6cc36 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 14 Dec 2020 20:13:12 +0900 Subject: Merge Psych-3.2.1 from ruby/psych --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych/lib/psych/versions.rb') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index b357563da1..e458a668e2 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -2,7 +2,7 @@ # frozen_string_literal: true module Psych # The version of Psych you are using - VERSION = '3.2.0' + VERSION = '3.2.1' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze -- cgit v1.2.3