mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.98k stars 1.19k forks source link

Lower required Ruby version to 2.2.2 #843

Closed tvdeyen closed 6 years ago

tvdeyen commented 7 years ago

Rails 5 itself has this as lowest Ruby version allowed.

If we keep the 2.2.7 as before we break a lot of Rails apps and Rails engines that allow Ruby 2.2.2.

I didn't find a reason to not support 2.2.2.

dwarner commented 6 years ago

@mbleigh Was there a reason for the 2.2.7 requirement?

seuros commented 6 years ago

2.2.7 is a patch version of the 2.2 and fix lot of bugs and security issues. Upgrading it should be trivial.