summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-05-11 13:35:16 -0700
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-17 11:20:46 +0900
commitb0e21197ceb5329f751c421510048055d3c2af57 (patch)
tree0632749f55a6eef77c96a5cea6d0172e22fa902f /ext
parentfbb4e3f96c10de2240f2d87eac19cf6f62f65fea (diff)
[ruby/psych] Bump version
https://github.com/ruby/psych/commit/1df86a2e81
Diffstat (limited to 'ext')
-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 acb21336c4..f7cfc96db0 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/lib/psych/versions.rb
@@ -2,7 +2,7 @@
module Psych
# The version of Psych you are using
- VERSION = '3.3.2'
+ VERSION = '4.0.0'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze