summaryrefslogtreecommitdiff
path: root/lib/psych/versions.rb
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-05-13 10:49:03 -0700
committerGitHub <noreply@github.com>2021-05-13 10:49:03 -0700
commit4de7e9c879ae042d0c25d6ade6274d593c4cc5bb (patch)
tree400c2acb636fe2e4f0a56920165648f28132a9cd /lib/psych/versions.rb
parent64bee7e2dee741a9f64e5c1b2122c07ef3e6c81a (diff)
parentcb50aa8d3fb8be01897becff77b4922b12a0ab4c (diff)
downloadpsych-4de7e9c879ae042d0c25d6ade6274d593c4cc5bb.zip
Merge pull request #488 from ruby/add-unsafe
Introduce `Psych.unsafe_load`
Diffstat (limited to 'lib/psych/versions.rb')
-rw-r--r--lib/psych/versions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index b0ec018..acb2133 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -1,8 +1,8 @@
-
# frozen_string_literal: true
+
module Psych
# The version of Psych you are using
- VERSION = '3.3.1'
+ VERSION = '3.3.2'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze