aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2023-09-19 09:16:55 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-02 11:47:36 +0900
commit35e0e440a2babaae66159ee900e83ad491420c24 (patch)
tree5718b3276e3c60350ac8c13610bd2d226efe6e3a /ext/psych
parent5c501bcbdb163f8e27d098e2149cf9840e1043ac (diff)
downloadruby-35e0e440a2babaae66159ee900e83ad491420c24.tar.gz
[ruby/psych] Update SnakeYAML Engine to 2.7
https://github.com/ruby/psych/commit/094c811588
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 57b7659b57..840deadfaf 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/lib/psych/versions.rb
@@ -5,6 +5,6 @@ module Psych
VERSION = '5.1.0'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '2.6'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze
end
end