mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-eval: add dependency to mruby-binding
This commit is contained in:
@@ -4,4 +4,5 @@ MRuby::Gem::Specification.new('mruby-eval') do |spec|
|
||||
spec.summary = 'standard Kernel#eval method'
|
||||
|
||||
add_dependency 'mruby-compiler', :core => 'mruby-compiler'
|
||||
add_dependency 'mruby-binding', :core => 'mruby-binding'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user