diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-02 17:43:58 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-09 14:05:12 +0900 |
| commit | ef2b538502c12537e9033543a552e5b4a8ea866f (patch) | |
| tree | d66da988d287094daa05c7354604fa2d85de5713 | |
| parent | bb74fa7a3d57ef8b23dfc766d8f71c83a81fc277 (diff) | |
[ruby/psych] Bump up 5.2.1
https://github.com/ruby/psych/commit/7c81f7db53
| -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 a9b112124d..abaa241de5 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.0' + VERSION = '5.2.1' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze |
