summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-07 15:04:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-11 09:41:03 +0900
commitc457f7211739eeeb4e9f4e714e27471e80da8ca5 (patch)
tree4675e4c610e5764e53bbf4eb6f1e43bd89f51764
parent318bb6a28a1e8973f43230e62ad6493553f13d72 (diff)
[ruby/psych] Bump up v5.2.0.beta7
https://github.com/ruby/psych/commit/6609955e68
-rw-r--r--ext/psych/lib/psych/versions.rb2
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