diff options
| author | Aaron Patterson <tenderlove@ruby-lang.org> | 2025-05-09 15:12:36 -0700 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-05-09 22:12:47 +0000 |
| commit | 58c008e68f31a8056df508cc46e17c0ef69f16d5 (patch) | |
| tree | 74be5982830fc5d1df0a05685fd84ee8d51b4ff2 | |
| parent | 4a2f489ca6d54b46c9b36ff4c1b33ba79fd4a7df (diff) | |
[ruby/psych] Bump version for release
https://github.com/ruby/psych/commit/dbf9e36583
| -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 0adcdae5f4..6c892fbcb4 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.4' + VERSION = '5.2.5' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze |
