summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych
diff options
context:
space:
mode:
authorSzymonKowalczyk <szymon.kowalczyk@pl.ibm.com>2020-07-16 14:36:25 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-25 13:11:33 +0900
commit263c43487f419b24e9ac1ef18b20085b15481d70 (patch)
tree4a2f613182a4579644aa91b97c2e84eb19be8d1f /ext/psych/lib/psych
parentf794c928a007ba2edddac0de14eb0f4af9491c6c (diff)
[ruby/psych] Revert psych version
https://github.com/ruby/psych/commit/55a294fcd0
Diffstat (limited to 'ext/psych/lib/psych')
-rw-r--r--ext/psych/lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
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