summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-complex/mrbgem.rake
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-complex/mrbgem.rake')
-rw-r--r--mrbgems/mruby-complex/mrbgem.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-complex/mrbgem.rake b/mrbgems/mruby-complex/mrbgem.rake
index cd81ecd02..5e88c2337 100644
--- a/mrbgems/mruby-complex/mrbgem.rake
+++ b/mrbgems/mruby-complex/mrbgem.rake
@@ -4,4 +4,5 @@ MRuby::Gem::Specification.new('mruby-complex') do |spec|
spec.summary = 'Complex class'
spec.build.defines << "MRB_USE_COMPLEX"
spec.add_dependency 'mruby-math', core: 'mruby-math'
+ spec.add_test_dependency('mruby-rational')
end