Beginning with Rails 5, migrations must have the Rails version they were created with appended to the base class name ActiveRecord::Migration. Migrations created prior to Rails 5 should have [4.2] appended, which is what this gem does.
Required Ruby Version
>= 0
Authors
Buck Melton