Skip to content

Commit

Permalink
add 'mruby-metaprog' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ry023 committed Oct 15, 2018
1 parent 581da52 commit 964c5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MRuby::Gem::Specification.new('mruby-mtest') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.'

spec.add_dependency 'mruby-metaprog', :core => 'mruby-metaprog'
spec.add_dependency 'mruby-sprintf', core: 'mruby-sprintf'
spec.add_dependency 'mruby-time', core: 'mruby-time'
spec.add_dependency 'mruby-io', mgem: 'mruby-io'
Expand Down

0 comments on commit 964c5cc

Please sign in to comment.