Remove the dependency on rails and therefore a lot of other indirectly referenced gems. Only depend on the actually required railties and activerecord.
We use a minimal version of rails for our application and all those dependencies still get in through rails-settings-cached.
Remove the dependency on rails and therefore a lot of other indirectly referenced gems. Only depend on the actually required
railties
andactiverecord
.We use a minimal version of rails for our application and all those dependencies still get in through rails-settings-cached.