module Sprockets::Rails::Utils

def using_sprockets4?

def using_sprockets4?
  Gem::Version.new(Sprockets::VERSION) >= Gem::Version.new('4.x')
end