From 0c3ee0ba66e4e7e0be6d652236240d74304f5e54 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 20 Oct 2017 10:29:39 +0900 Subject: Add `Array#{permutation,combination}. --- mrbgems/mruby-array-ext/mrbgem.rake | 1 + 1 file changed, 1 insertion(+) (limited to 'mrbgems/mruby-array-ext/mrbgem.rake') diff --git a/mrbgems/mruby-array-ext/mrbgem.rake b/mrbgems/mruby-array-ext/mrbgem.rake index 882caf1ab..58d4428d4 100644 --- a/mrbgems/mruby-array-ext/mrbgem.rake +++ b/mrbgems/mruby-array-ext/mrbgem.rake @@ -2,4 +2,5 @@ MRuby::Gem::Specification.new('mruby-array-ext') do |spec| spec.license = 'MIT' spec.author = 'mruby developers' spec.summary = 'Array class extension' + spec.add_test_dependency 'mruby-enumerator', core: 'mruby-enumerator' end -- cgit v1.2.3