summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-21 13:48:51 +0900
committergit <svn-admin@ruby-lang.org>2021-10-21 13:49:20 +0900
commit582316870639fc13e77a63c7704beacb2686da7b (patch)
tree903c9cec0ea79a7f69985a41b0dcf45bbd6ed2ae /ext/psych/lib/psych
parent4d4bdcf368d72c7dbedbc58fb3ebcad8447ffcd8 (diff)
[ruby/psych] Bump up psych version to 4.0.2
https://github.com/ruby/psych/commit/69a713f860
Diffstat (limited to 'ext/psych/lib/psych')
-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 513d010903..0519d9c8ab 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/lib/psych/versions.rb
@@ -2,7 +2,7 @@
module Psych
# The version of Psych you are using
- VERSION = '4.0.1'
+ VERSION = '4.0.2'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze