summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-hash-ext
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-11-08 20:40:20 +0900
committerKOBAYASHI Shuji <[email protected]>2019-11-08 20:40:20 +0900
commitac213907d7dbb60a84a0a91b2f1b2e0236260f16 (patch)
tree6e4d0279574c1dc47fe91c42c3ef7f17b068acf0 /mrbgems/mruby-hash-ext
parent7750c61e29675e778f7d12119555fafbf85043c9 (diff)
downloadmruby-ac213907d7dbb60a84a0a91b2f1b2e0236260f16.tar.gz
mruby-ac213907d7dbb60a84a0a91b2f1b2e0236260f16.zip
Remove unneeded dependency from `mruby-hash-ext`
Diffstat (limited to 'mrbgems/mruby-hash-ext')
-rw-r--r--mrbgems/mruby-hash-ext/mrbgem.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-hash-ext/mrbgem.rake b/mrbgems/mruby-hash-ext/mrbgem.rake
index 6e55bd91d..e0681c1cb 100644
--- a/mrbgems/mruby-hash-ext/mrbgem.rake
+++ b/mrbgems/mruby-hash-ext/mrbgem.rake
@@ -2,6 +2,5 @@ MRuby::Gem::Specification.new('mruby-hash-ext') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'Hash class extension'
- spec.add_dependency 'mruby-enum-ext', core: 'mruby-enum-ext'
spec.add_dependency 'mruby-array-ext', core: 'mruby-array-ext'
end