What is the difference between using add_dependency and add_runtime_dependency in a Rails engine\'s gemspec?
add_dependency
add_runtime_dependency
For example:
Gem::
They are the same. add_dependency is just an alias for add_runtime_dependency.