summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-12-07 08:50:16 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2015-12-07 08:50:16 -0800
commit7fb14950a7d7b8ed942e12b2f9ef77194aa0640f (patch)
treedaf877662c7511091753d077cc332efa5a8dac3b /lib/psych.rb
parent4b6ad0880e8b19754f0d48f01baa85047d4714bf (diff)
downloadpsych-7fb14950a7d7b8ed942e12b2f9ef77194aa0640f.zip
updating psych to 2.0.16
Diffstat (limited to 'lib/psych.rb')
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 1a3cb65..8ba6ef6 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -223,7 +223,7 @@ require 'psych/class_loader'
module Psych
# The version is Psych you're using
- VERSION = '2.0.15'
+ VERSION = '2.0.16'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'