From 35e0e440a2babaae66159ee900e83ad491420c24 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Tue, 19 Sep 2023 09:16:55 -0500 Subject: [ruby/psych] Update SnakeYAML Engine to 2.7 https://github.com/ruby/psych/commit/094c811588 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych') 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 -- cgit v1.2.3