Commit d10cda1a authored by take_cheeze's avatar take_cheeze

Fix conflict doc since there is only `add_conflict` method.

parent 40b92e35
...@@ -161,7 +161,7 @@ Its format is same as argument of method `MRuby::Build#gem`, expect that it can' ...@@ -161,7 +161,7 @@ Its format is same as argument of method `MRuby::Build#gem`, expect that it can'
When a special version of depedency is required, When a special version of depedency is required,
use `MRuby::Build#gem` in *build_config.rb* to override default gem. use `MRuby::Build#gem` in *build_config.rb* to override default gem.
If you have conflicting GEMs use either or both of the following methods If you have conflicting GEMs use the following method:
* `spec.add_conflict(gem, *requirements)` * `spec.add_conflict(gem, *requirements)`
* The `requirements` argument is same as in `add_dependency` method. * The `requirements` argument is same as in `add_dependency` method.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment