mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Added a dependency on 'yaml' to load_gems.rb.
It appears that some execution paths no longer load YAML before it is needed so we explicitly `require` it here.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
require 'yaml'
|
||||
|
||||
module MRuby
|
||||
module LoadGems
|
||||
|
||||
|
||||
Reference in New Issue
Block a user