kpumuk / meta-tags

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

Restrict minimal Ruby version to 2.4.0 #212

Closed texpert closed 3 years ago

texpert commented 4 years ago

Thank you for your great work, @kpumuk !

In version 2.12 of the gem the transform_values method, called on a hash, has been introduced - https://github.com/kpumuk/meta-tags/pull/201/files#diff-a95b6e1bb981e380eaa6ee3996b217afR158

This method has appeared in Ruby 2.4.0, thus this PR.