diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-07-18 07:13:54 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-09-25 13:11:33 +0900 |
commit | 8ea1021f1979c04b3cee2a886fb52a914472dd16 (patch) | |
tree | 4ddc008d88b7c75dd4ac9f23ed9cbc6470a7ef3a /ext/psych/lib/psych | |
parent | 263c43487f419b24e9ac1ef18b20085b15481d70 (diff) |
[ruby/psych] Bump version to 3.2.0
https://github.com/ruby/psych/commit/181a727c90
Diffstat (limited to 'ext/psych/lib/psych')
-rw-r--r-- | ext/psych/lib/psych/versions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |