Created by: mehlah
Normalize 4.x has been released a couple weeks ago (changelog) Administrate was locking normalize-rails version to 3.x, that forces any recent Rails app to stick with Normalize 3.x. Instead of locking 4.x, this commit suggests to loosen the required version for Administrate to run as it shouldn't have an impact on it's base styles.
Do you agree, or prefer requiring ~> 4.0
which may force existing apps relaying on 3.x to upgrade before upgrading Administrate.