aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-19 10:56:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-19 11:07:47 +0900
commit5ea862f26e86be6fabcc938e22bc2d5c2bbc8341 (patch)
tree3320b877571e7d7e413277b615995bd2f65c70b0 /ext/psych
parentb3598f95fa997e667bb9e8003b0284ab2a4db081 (diff)
downloadruby-5ea862f26e86be6fabcc938e22bc2d5c2bbc8341.tar.gz
[ruby/psych] Bump up 5.1.2
https://github.com/ruby/psych/commit/a9ab74d132
Diffstat (limited to 'ext/psych')
-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 ce9cdf448c..b9e8d9ef11 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.1.1.1'
+ VERSION = '5.1.2'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze