ruby-changes:64519
From: Hiroshi <ko1@a...>
Date: Wed, 23 Dec 2020 19:54:26 +0900 (JST)
Subject: [ruby-changes:64519] 684649ea05 (master): [ruby/psych] Bump version to 3.3.0
https://git.ruby-lang.org/ruby.git/commit/?id=684649ea05 From 684649ea0573c94f4d5004d9f200df65205ea246 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 23 Dec 2020 19:47:09 +0900 Subject: [ruby/psych] Bump version to 3.3.0 https://github.com/ruby/psych/commit/0abce07b90 diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index e458a66..488f86e 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych/versions.rb#L2 # frozen_string_literal: true module Psych # The version of Psych you are using - VERSION = '3.2.1' + VERSION = '3.3.0' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/