Skip to content

Commit 54dbf51

Browse files
authored
Merge pull request #575 from chadlwilson/bump-snakeyaml-3-3
3.3.x: Bump snakeyaml from 1.29 to 1.31
2 parents 1066b39 + 5cebacc commit 54dbf51

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 = '3.3.2'
66

77
if RUBY_ENGINE == 'jruby'
8-
DEFAULT_SNAKEYAML_VERSION = '1.29'.freeze
8+
DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
99
end
1010
end

0 commit comments

Comments
 (0)