Open fatkodima opened 3 months ago
activerecord already depends on activesupport. Moreover, when trying to upgrade the gem without --conservative option, it tries to also upgrade activesupport dependencies, which is not needed.
activerecord
activesupport
--conservative
activerecord
already depends onactivesupport
. Moreover, when trying to upgrade the gem without--conservative
option, it tries to also upgradeactivesupport
dependencies, which is not needed.