-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
NameError: uninitialized constant GitHub::Markup::Markdown::RedcarpetCompat #385
Comments
Seeing the Travis build file I'd say that Ruby 2.1.3 is not supported yet. The error comes from this line. I got it working with Ruby 2.1.3 by changing the faulty line with: |
@pchaigno that would be great! I see we don't have any tests for the other markdown renders, but it would be nice if we could at least test that all the calls to each markdown gem actually work. |
They would need to be added to the Gemfile no? Currently rdiscount, maruku, kramdown and bluecloth are missing from the Gemfile. |
I'm getting the same error with Ruby 2.0.0p481. I was able to fix it with the hint by @pchaigno but a more stable solution would be nice :-) |
24 days guys...
|
This is solved with #387. It should be in the next release. |
I just pushed 1.3.1, which includes a fix for this. |
I've got a
NameError
when following the README instructions.All the steps:
Not sure if it would matter: Xcode version 6.0.1 (6A317)
Am I missing something?
The text was updated successfully, but these errors were encountered: