[ruby/psych] bump version

https://github.com/ruby/psych/commit/091cd46b1f
This commit is contained in:
Aaron Patterson 2021-02-24 09:29:49 -08:00 committed by Hiroshi SHIBATA
parent 954970162c
commit b7250026dd
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -2,7 +2,7 @@
# frozen_string_literal: true
module Psych
# The version of Psych you are using
VERSION = '3.3.0'
VERSION = '3.3.1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze