From 263c43487f419b24e9ac1ef18b20085b15481d70 Mon Sep 17 00:00:00 2001 From: SzymonKowalczyk Date: Thu, 16 Jul 2020 14:36:25 +0200 Subject: [ruby/psych] Revert psych version https://github.com/ruby/psych/commit/55a294fcd0 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych/lib') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index bbff9290dc..6032105121 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.1.1' + VERSION = '3.1.0' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze -- cgit v1.2.3