summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/versions.rb
diff options
context:
space:
mode:
authorChad Wilson <chadw@thoughtworks.com>2022-09-27 22:48:16 +0800
committergit <svn-admin@ruby-lang.org>2022-09-28 00:11:05 +0900
commit1a06bc94d96ab4be4386b0ccd802d11380fa4e84 (patch)
tree42d1f2730d064bff791a5f3f8bdf3c2a060d3179 /ext/psych/lib/psych/versions.rb
parentc35e924f64f25343127ed209f949762eb0dcb58f (diff)
[ruby/psych] Bump snakeyaml from 1.31 to 1.33
https://github.com/ruby/psych/commit/8a761cdfb7
Diffstat (limited to 'ext/psych/lib/psych/versions.rb')
-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 f39d30ce5a..a9585c887f 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/lib/psych/versions.rb
@@ -5,6 +5,6 @@ module Psych
VERSION = '5.0.0.dev'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze
end
end