summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2023-01-26 10:07:14 -0600
committergit <svn-admin@ruby-lang.org>2023-02-07 12:25:44 +0000
commita66bc448a40929207fcf6e97107d7183ec6350dd (patch)
treef4eefdab4050df89419b64c088b838093d1e5e72 /ext
parent60c924770d6f0ce05c04c8c0a60a9bf23c79d85f (diff)
downloadruby-a66bc448a40929207fcf6e97107d7183ec6350dd.tar.gz
[ruby/psych] Bump version to 5.1 for release
This version primarily updates the JRuby extension to use SnakeYAML Engine, a newer version of the SnakeYAML library, which also updates YAML support to 1.2. The JRuby extension now also exposes settings for the parser. https://github.com/ruby/psych/commit/6f2b16b343
Diffstat (limited to 'ext')
-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 1042a86d46..57b7659b57 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'
+ VERSION = '5.1.0'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.6'.freeze