Skip to content

Consider removing activesupport depedency

Currently, the gem depends on activesupport (although not defined in gemspec yet) for

  • with_indifferent_access
  • ActiveSupport::Dependencies.interlock.permit_concurrent_loads

We could consider removing the dependency and provide bultin alternatives.