Consider removing activesupport depedency
Currently, the gem depends on activesupport (although not defined in gemspec yet) for
with_indifferent_accessActiveSupport::Dependencies.interlock.permit_concurrent_loads
We could consider removing the dependency and provide bultin alternatives.