summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2025-01-15 16:06:02 -0600
committergit <svn-admin@ruby-lang.org>2025-01-15 22:12:25 +0000
commita50d612a0cc50bfaa11913fdb1d5d48311ceb692 (patch)
treebe36e89d8c62f4023267eea45e64ca603703705c
parent67744879a186a91bb8669c0980f78d7cd2d52f37 (diff)
[ruby/psych] Update to SnakeYAML-Engine 2.9
Fixes ruby/psych#689 https://github.com/ruby/psych/commit/ac887cdc76
-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 e6855b1617..aae47246e7 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/lib/psych/versions.rb
@@ -5,6 +5,6 @@ module Psych
VERSION = '5.2.2'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze
end
end