drugpl / exceptioner

Exceptioner on drugs!
22 stars 1 forks source link

redmine_client gem causes version conflicts #2

Open mlomnicki opened 13 years ago

mlomnicki commented 13 years ago

redmine_client depends on active_resource ~> 2.3.0 which depends on activesupport in the same version. It causes version conflicts when trying to install exceptioner for Rails 3.x impossible.

redmine_client doesn't seem to be actively maintained so perhaps fork it and make it compatible with active_resource 3.x.

LTe commented 13 years ago

gem.add_dependency "activeresource", ">= 2.3.0" should help