nesquena / rabl

General ruby templating with json, bson, xml, plist and msgpack support
http://blog.codepath.com/2011/06/27/building-a-platform-api-on-rails/
MIT License
3.64k stars 334 forks source link

Improve gemspec #767

Closed tagliala closed 1 week ago

tagliala commented 1 week ago

This is a new best practice and will also avoid this warning:

A gemspec development dependency (riot, ~> 0.12.3) is being overridden by a Gemfile dependency (riot, >= 0).
This behaviour may change in the future. Please remove either of them, or make sure they both have the same requirement

Ref: https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecdevelopmentdependencies