summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-17 13:34:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-17 15:47:43 +0900
commit8850807eb1d8e6376a4f0dd99cb2f5e3e2988595 (patch)
treefef0d1ace36aafd0ea1de7ec46d936880dd4ca8f /ext
parent7b5691c3b000c763faa282e1f73db96afa2ecae1 (diff)
[ruby/psych] v5.3.1
https://github.com/ruby/psych/commit/8345af9ffb
Diffstat (limited to 'ext')
-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 942495db9e..4c7a80d5c8 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.3.0'
+ VERSION = '5.3.1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.10'.freeze