summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-10-31 14:33:49 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-10-31 14:37:33 -0500
commitd17f2e43236ba53f05b70e7317d218ba94e293c8 (patch)
treedb85011fb84f4765eb086f71b483b0168572c42d /lib/bundler.rb
parent1d0afcaa0f2a986d71b7951f542bf87568530be1 (diff)
parent10f20fa33bc36371cbad00106487c6eb22616ec7 (diff)
downloadbundler-d17f2e43236ba53f05b70e7317d218ba94e293c8.tar.gz
Merge tag 'v1.16.0'
Version 1.16.0
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 6c942baf59..e7ebf985c6 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -501,6 +501,8 @@ EOF
private
def eval_yaml_gemspec(path, contents)
+ Kernel.send(:require, "bundler/psyched_yaml")
+
# If the YAML is invalid, Syck raises an ArgumentError, and Psych
# raises a Psych::SyntaxError. See psyched_yaml.rb for more info.
Gem::Specification.from_yaml(contents)