Redmon currently depends on activesupport ~> 3.2.0. This dependency was introduced on pull request https://github.com/steelThread/redmon/pull/75 , and as far as I can tell it is completely unnecessary (active_support is not required in any ruby file).
Actually the dependency is actively harmful; depending on such an ancient version of activesupport means that this gem cannot be used in any Rails 4 or 5 app.
I think the dependency on activesupport should be removed. PR forthcoming.
Redmon currently depends on activesupport ~> 3.2.0. This dependency was introduced on pull request https://github.com/steelThread/redmon/pull/75 , and as far as I can tell it is completely unnecessary (active_support is not required in any ruby file).
Actually the dependency is actively harmful; depending on such an ancient version of activesupport means that this gem cannot be used in any Rails 4 or 5 app.
I think the dependency on activesupport should be removed. PR forthcoming.