From 8ea1021f1979c04b3cee2a886fb52a914472dd16 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 18 Jul 2020 07:13:54 +0900 Subject: [ruby/psych] Bump version to 3.2.0 https://github.com/ruby/psych/commit/181a727c90 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych/lib') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index 6032105121..b357563da1 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.1.0' + VERSION = '3.2.0' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze -- cgit v1.2.3