Ataru has the following runtime dependencies: - minitest - kramdown - thor When the target gem also has the same runtime dependencies we encounter a **dependency problem**. For example, having the target gem declared: ``` `kramdown ~> 1.1.4` ``` forces ataru's kramdown own depenency to be in the range 1.1.1 >= x < 1.2 Solutions?
Ataru has the following runtime dependencies:
When the target gem also has the same runtime dependencies
we encounter a dependency problem.
For example, having the target gem declared:
forces ataru's kramdown own depenency to be in the
range 1.1.1 >= x < 1.2
Solutions?