summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2017-02-23 09:37:22 -0600
committerCharles Oliver Nutter <headius@headius.com>2017-02-23 09:37:22 -0600
commitfc55b92ed76836ded814149628828bc424bd3af1 (patch)
treedec8aa873326956069daa5291bee4a5439960556 /lib
parented272d20cf0930231abe82b5d90dbd9827b9243e (diff)
downloadpsych-fc55b92ed76836ded814149628828bc424bd3af1.zip
Remove load of psych during gem builds and bump snakeyaml to 1.18.
Fixes #293. Fixes jruby/jruby#4492.
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index 455a014..b818eb9 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -4,6 +4,6 @@ module Psych
VERSION = '2.2.2'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '1.17'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze
end
end