Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
require yaml even if rubygems has defined YAML
Browse files Browse the repository at this point in the history
fixes #2393, #2394
  • Loading branch information
indirect committed Mar 14, 2013
1 parent 10da9e9 commit a67e315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/psyched_yaml.rb
Expand Up @@ -13,7 +13,7 @@
end

# At least load the YAML stdlib, whatever that may be
require 'yaml' unless defined?(YAML)
require 'yaml' unless defined?(YAML.dump)

module Bundler
# On encountering invalid YAML,
Expand Down

0 comments on commit a67e315

Please sign in to comment.