From b7250026dd03de457cf7d36b6918e540ca2ca1c8 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 24 Feb 2021 09:29:49 -0800 Subject: [ruby/psych] bump version https://github.com/ruby/psych/commit/091cd46b1f --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index 5c0e55bb7d..b0ec018b63 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.3.0' + VERSION = '3.3.1' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze -- cgit v1.2.3