ruby-changes:52391
From: kazu <ko1@a...>
Date: Sat, 1 Sep 2018 00:29:11 +0900 (JST)
Subject: [ruby-changes:52391] kazu:r64600 (trunk): Revert "Try to add workaround for warnings"
kazu 2018-09-01 00:29:06 +0900 (Sat, 01 Sep 2018) New Revision: 64600 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64600 Log: Revert "Try to add workaround for warnings" This reverts commit a5e5cfa3f650d4e78fb50e2df15c102ab56fca3c. Modified files: trunk/ext/psych/lib/psych/versions.rb Index: ext/psych/lib/psych/versions.rb =================================================================== --- ext/psych/lib/psych/versions.rb (revision 64599) +++ ext/psych/lib/psych/versions.rb (revision 64600) @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych/versions.rb#L1 # frozen_string_literal: true module Psych # The version is Psych you're using - VERSION ||= '3.1.0.pre1' + VERSION = '3.1.0.pre1' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.21'.freeze -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/