summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-18 13:46:39 +0900
committergit <svn-admin@ruby-lang.org>2023-01-18 04:53:12 +0000
commit8a771efec21c9dacad5bb8bf14b81c9d5cf2786c (patch)
treefb5bae783ba92ffa5b5475787be1c45a4e8a7a91 /ext/psych/lib/psych
parent8ae4e3ddc9de89821a04e09f19d3bb1aefc4617d (diff)
[ruby/psych] Bump up 5.0.2
https://github.com/ruby/psych/commit/a170b8eb46
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 9c563af0f2..22b909430c 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 = '5.0.2.pre1'
+ VERSION = '5.0.2'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze