Our project uses activerecord 5 and while upgrading to moonshot 1.1, we discovered that moonshot has pinned activesupport < 5.0.0 to retain compatibility with ruby < 2.2.2.
Since activerecord 5 is depending on activesupport 5 that means our dependencies are colliding.
We'd like to propose to drop the pinned version of activesupport. Users running an older ruby version would still be able to pin activesupport if needed.
Our project uses
activerecord5 and while upgrading tomoonshot1.1, we discovered thatmoonshothas pinnedactivesupport< 5.0.0 to retain compatibility with ruby < 2.2.2.Since
activerecord5 is depending onactivesupport 5that means our dependencies are colliding.We'd like to propose to drop the pinned version of
activesupport. Users running an older ruby version would still be able to pin activesupport if needed.