Skip to content

Commit

Permalink
Add dependency locations for core mrbgems
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Jul 13, 2015
1 parent 04e0988 commit 45fe3f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MRuby::Gem::Specification.new('mruby-mtest') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.'

spec.add_dependency 'mruby-sprintf'
spec.add_dependency 'mruby-time'
spec.add_dependency 'mruby-io'
spec.add_dependency 'mruby-sprintf', core: 'mruby-sprintf'
spec.add_dependency 'mruby-time', core: 'mruby-time'
spec.add_dependency 'mruby-io', core: 'mruby-io'
end

0 comments on commit 45fe3f3

Please sign in to comment.