We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I couldn't get the gollum tab in a project to work without changing the Gemfile to specify a v2.2.0 tag:
gem "gollum", :git => 'git://github.com/github/gollum.git', :tag => 'v2.2.0'
Otherwise, it would error-out with uninitialized gollum constants (only when viewing that project tab).
The text was updated successfully, but these errors were encountered:
The git master version was used because there wasn't released version at that time. Now we can use the published version.
Sorry, something went wrong.
This fork is a bit rotten. There a fresh forks out there: https://github.com/gugod/redmine-gollum/network
No branches or pull requests
I couldn't get the gollum tab in a project to work without changing the Gemfile to specify a v2.2.0 tag:
Otherwise, it would error-out with uninitialized gollum constants (only when viewing that project tab).
The text was updated successfully, but these errors were encountered: