diff options
author | Aaron Patterson <[email protected]> | 2025-05-01 09:33:36 -0700 |
---|---|---|
committer | git <[email protected]> | 2025-05-01 16:34:09 +0000 |
commit | b63c4d14f2a9f5455268b6ac6fb1b4b205edd80e () | |
tree | cf2fa1cf8d47a47812aa0a9668fc735ca50c25d8 /ext | |
parent | 79fe8aa0106cd06dd518cabb77cb8ee8236cac43 (diff) |
[ruby/psych] Bump version for release
https://.com/ruby/psych/commit/bb63f91825
-rw-r--r-- | ext/psych/lib/psych/versions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ module Psych # The version of Psych you are using - VERSION = '5.2.3' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze |