diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-12-23 19:47:09 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-12-23 19:53:21 +0900 |
commit | 684649ea0573c94f4d5004d9f200df65205ea246 (patch) | |
tree | 3a578bc9912460c17269398e9c083384d40fd05b | |
parent | 8259d88938bcbd65c7994e3d8261c4de82e74174 (diff) |
[ruby/psych] Bump version to 3.3.0
https://github.com/ruby/psych/commit/0abce07b90
-rw-r--r-- | ext/psych/lib/psych/versions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index e458a668e2..488f86e0b4 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -2,7 +2,7 @@ # 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 |