rails / coffee-rails

CoffeeScript adapter for the Rails asset pipeline. Also adds support for .coffee views.
MIT License
230 stars 64 forks source link

Stop testing Ruby <2.2 #111

Closed larouxn closed 5 years ago

larouxn commented 5 years ago

Considering activesupport-5.2.2.1 requires ruby version >= 2.2.2 and we want to drop support for Rails <5.2, we can stop testing Ruby <2.2.

Related https://github.com/rails/coffee-rails/pull/108