diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-07 15:04:44 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-11 09:41:03 +0900 |
| commit | c457f7211739eeeb4e9f4e714e27471e80da8ca5 (patch) | |
| tree | 4675e4c610e5764e53bbf4eb6f1e43bd89f51764 | |
| parent | 318bb6a28a1e8973f43230e62ad6493553f13d72 (diff) | |
[ruby/psych] Bump up v5.2.0.beta7
https://github.com/ruby/psych/commit/6609955e68
| -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 833daa4019..2d0417b419 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.beta6' + VERSION = '5.2.0.beta7' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze |
