-
Notifications
You must be signed in to change notification settings - Fork 22
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
keep getting uninitialized @@mtimes on jekyll versions above 3.1.6 #12
Comments
+1 |
I think this is what's causing the problem: jekyll/jekyll@7a93389 |
+1 |
Here's how you can temporarily fix the issue:
If you have no idea where to find the file, use "gem env" to figure out the "GEM PATHS". On MacOS, the full path will look something like this: "/Users/[USERNAME]/.rvm/gems/ruby-2.1.1/gems/jekyll-minimagick-0.0.3/lib" PS: I've posted a gist with the fix here. |
Merged
jericbryledy
added a commit
to jericbryledy/jerikyll
that referenced
this issue
Oct 25, 2016
note: must manually update jekyll-minimagick follow issue: zroger/jekyll-minimagick#12 pull request: zroger/jekyll-minimagick#13
Fixed by #13. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jekyll 3.2.1 | Error: uninitialized class variable @@mtimes in Jekyll::JekyllMinimagick::GeneratedImageFile
The text was updated successfully, but these errors were encountered: