redmine-git-hosting / redmine_git_hosting

A Redmine plugin which makes configuring your own Git hosting easy ;)
http://redmine-git-hosting.io
MIT License
274 stars 117 forks source link

! Unable to load application: NameError: undefined local variable or method `acts_as_positioned' for class RepositoryProtectedBranche #832

Open tomhub opened 3 months ago

tomhub commented 3 months ago

I was getting this error: ! Unable to load application: NameError: undefined local variable or methodacts_as_positioned' for class RepositoryProtectedBranche`

But adding gem 'acts_as_positioned' into Gemfile and bundle update fixed the issue.