diff options
author | Charles Oliver Nutter <[email protected]> | 2025-01-17 09:15:19 -0600 |
---|---|---|
committer | git <[email protected]> | 2025-01-17 15:15:39 +0000 |
commit | 1574b9045144a3d7eec633e2c9daf3577896d0f7 (patch) | |
tree | ce6ca17e89dc39c9afceb77b2ef9fd2da45e64c2 | |
parent | f7059af50a31a4d27a04ace0beadb60616f3f971 (diff) |
[ruby/psych] Bump version for release
https://github.com/ruby/psych/commit/2af9f6ac02
-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 aae47246e7..d91563c861 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.2' + VERSION = '5.2.3' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze |