summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-31 15:29:06 +0000
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-09-28 10:16:26 +0900
commitdcf5794ed7d309a2102c27bfe30e54e263557e02 (patch)
tree56f919028c369ecc652932a2b514f9bc6c688d61 /lib
parent1abfc6666c30f063f1ecfe1a852b66a9dc2d4bdd (diff)
downloadpsych-dcf5794ed7d309a2102c27bfe30e54e263557e02.zip
Revert "Try to add workaround for warnings"
This reverts commit a5e5cfa3f650d4e78fb50e2df15c102ab56fca3c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index 2b9ec0c..ed93609 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -1,7 +1,7 @@
# 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.23'.freeze