diff options
| author | Aaron Patterson <tenderlove@ruby-lang.org> | 2025-05-12 09:21:27 -0700 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-05-12 16:21:41 +0000 |
| commit | 957473d87fc7741c8d36caed8f05db80f4824bca (patch) | |
| tree | 5d6141198794bd2e78b4912ff2aa3f00fa0116dd | |
| parent | 0c94ae048a277485aa691820277108c2335ec3d3 (diff) | |
[ruby/psych] Bump version for release
https://github.com/ruby/psych/commit/b9dec9f811
| -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 6c892fbcb4..3202b10296 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.5' + VERSION = '5.2.6' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze |
