Skip to content

Commit 2ac42a0

Browse files
authored
Merge pull request #785 from ruby/revert-781-update_snakeyaml
Revert "Update SnakeYAML-Engine to 3.0.1"
2 parents b0ab844 + 9797349 commit 2ac42a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/psych/versions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module Psych
55
VERSION = '5.3.1'
66

77
if RUBY_ENGINE == 'jruby'
8-
DEFAULT_SNAKEYAML_VERSION = '3.0.1'.freeze
8+
DEFAULT_SNAKEYAML_VERSION = '2.10'.freeze
99
end
1010
end

0 commit comments

Comments
 (0)