summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-strip/mrbgem.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-05-20 11:21:31 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-05-20 11:21:31 +0900
commit4004e122a28f48206dc1f39c731993c632d7ac6a (patch)
treed758c460fec7423b6e23dcf0fd962fde978ee6fb /mrbgems/mruby-bin-strip/mrbgem.rake
parentc4268f67d052aa55f9cce3307d846285f1e6519b (diff)
parentd8d07a234507e63a3ffad65309a62b484028381e (diff)
downloadmruby-4004e122a28f48206dc1f39c731993c632d7ac6a.tar.gz
mruby-4004e122a28f48206dc1f39c731993c632d7ac6a.zip
Merge pull request #2296 from take-cheeze/core_local_vars
Move `Kernel.local_variables` to core.
Diffstat (limited to 'mrbgems/mruby-bin-strip/mrbgem.rake')
-rw-r--r--mrbgems/mruby-bin-strip/mrbgem.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-strip/mrbgem.rake b/mrbgems/mruby-bin-strip/mrbgem.rake
index 7dfc5912d..2abd25eea 100644
--- a/mrbgems/mruby-bin-strip/mrbgem.rake
+++ b/mrbgems/mruby-bin-strip/mrbgem.rake
@@ -3,5 +3,4 @@ MRuby::Gem::Specification.new('mruby-bin-strip') do |spec|
spec.author = 'mruby developers'
spec.summary = 'irep dump debug section remover command'
spec.bins = %w(mruby-strip)
- spec.add_dependency 'mruby-proc-ext', :core =>'mruby-proc-ext'
end