kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

Switching gemspec from add_dependency to add_runtime_dependency #249

Closed kpumuk closed 1 year ago

kpumuk commented 1 year ago

There is no difference between the two, but add_runtime_dependency is more explicit. Official position is that ... there is no difference https://github.com/rubygems/rubygems/issues/1349.

Rubygems Specification Reference mentions only add_runtime_dependency.