# -*- coding: utf-8 -*- if ![5,6].include?(Rails::VERSION::MAJOR) raise "\n\nThis version of Filterrific only works with Rails 5 and 6.\nPlease see the Filterrific README for the correct version of Filterrific to use with your version of Rails!\n\n" end require 'filterrific/version' require 'filterrific/engine' module Filterrific end