Closed tvdeyen closed 6 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.
@mbleigh Was there a reason for the 2.2.7 requirement?
2.2.7 is a patch version of the 2.2 and fix lot of bugs and security issues. Upgrading it should be trivial.
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.