summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 877aea3..3709e5e 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -2,9 +2,9 @@
module Psych
# The version of Psych you are using
- VERSION = '4.0.5'
+ VERSION = '4.0.6'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze
end
end