I have a modified version of the gem declarative authorization on my RoR app.
It\'s under vendor/gems/declarative_authorization.
My gemfile has
I finally got it working.
My solution was use :git instead of :path
gem 'gem_name', '= 0.x.x', git: 'git://........../gem_name.git'