steelThread / redmon

A web interface for managing redis: cli, admin, and live monitoring
http://steelthread.github.com/redmon/
1.57k stars 127 forks source link

Unnecessary dependency on a very old Activesupport version #88

Closed amatriain closed 7 years ago

amatriain commented 8 years ago

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.