summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-04-24 22:17:52 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-04-24 22:17:52 +0900
commitfdcea862ee622e3e25eddef5b0d83335bf24906a (patch)
tree5b33e26ab0c155db97e6a706faa7915308f9c339
parent18c4741883b69fbd35daf9ef79592a54cc03f0e9 (diff)
parent1abed6d81c7e2ee38b890d6d70fcb776fe895709 (diff)
downloadmruby-fdcea862ee622e3e25eddef5b0d83335bf24906a.tar.gz
mruby-fdcea862ee622e3e25eddef5b0d83335bf24906a.zip
Merge pull request #2116 from take-cheeze/remove_attention
Remove attention about mrbgem dependecy.
-rw-r--r--doc/mrbgems/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md
index 866198f79..863f7bd30 100644
--- a/doc/mrbgems/README.md
+++ b/doc/mrbgems/README.md
@@ -159,10 +159,6 @@ Its format is same as argument of method `MRuby::Build#gem`, expect that it can'
When a special version of depedency is required,
use `MRuby::Build#gem` in *build_config.rb* to override default gem.
-__ATTENTION:__
-The dependency system is currently (May 2013) under development and doesn't check
-or resolve dependencies!
-
In case your GEM has more complex build requirements you can use
the following options additionally inside of your GEM specification: