How to get working a local gem on heroku?

后端 未结 1 1659
旧时难觅i
旧时难觅i 2021-01-21 06:33

I have a modified version of the gem declarative authorization on my RoR app.

It\'s under vendor/gems/declarative_authorization.

My gemfile has

         


        
相关标签:
1条回答
  • 2021-01-21 07:14

    I finally got it working.

    My solution was use :git instead of :path

    gem 'gem_name', '= 0.x.x', git: 'git://........../gem_name.git'
    
    0 讨论(0)
提交回复
热议问题