Skip to content
New issue

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

coderay required in Gemfile? #12

Open
edmcdonagh opened this issue Sep 20, 2019 · 2 comments
Open

coderay required in Gemfile? #12

edmcdonagh opened this issue Sep 20, 2019 · 2 comments

Comments

@edmcdonagh
Copy link

I am [attempting to] using redmine_git_hosting with Redmine 4. After installing, I couldn't get Redmine to run, with an error message of
Could not spawn process for application /var/redmine/redmine: The application encountered the following error: No such file to load -- coderay.rb (LoadError)

One of the many lines above that was:
/var/redmine/redmine-4.0.4/plugins/redmine_bootstrap_kit/app/helpers/code_mirror/colorizer_helper.rb:1:in <top (required)>'so I looked in that file andcoderay` was required.

Installing coderay didn't seem to make any difference. However, adding it to the Gemfile for redmine_bootstrap_kit did, and now it is all working.

Was this the right thing to do? Does it need to be in the Gemfile in your repo/package?

@acosonic
Copy link

Same thing here...

@Vitexus
Copy link

Vitexus commented Jun 3, 2020

Adding line

gem 'coderay', '1.1.3'                                                                                                                                                                                            

into redmine's Gemfile and restart help in my case ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants