diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-18 10:13:23 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-18 10:27:03 +0900 |
| commit | 3edbf6cfc5dba4da62ac23af5f0ebbbd61c8451a (patch) | |
| tree | 4228ffaee26955f4110dd139b3b9728cbead3ccc | |
| parent | 46b8fc4c1d3f4365184f6aace35fa2ccdf9d581c (diff) | |
[ruby/psych] Bump up v5.2.2
https://github.com/ruby/psych/commit/746e1ad24d
| -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 abaa241de5..e6855b1617 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -2,7 +2,7 @@ module Psych # The version of Psych you are using - VERSION = '5.2.1' + VERSION = '5.2.2' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze |
