-
Notifications
You must be signed in to change notification settings - Fork 102
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
Jekyll Scholar on macOS 10.13.6: Tried to create Proc object without a block #357
Comments
Why are you trying to make this run using old Gems? I don't think the old macOS version should give you any problems as long as you've installed a sufficiently recent version of Ruby. The error message above is certainly caused by some combination of running the Gem with an incompatible Ruby version. So if possible, I'd try to install the latest versions of jekyll and jekyll-scholar. If there's some other reason why you have to stick with an older version of either of the two that's another matter of course. To answer your question it looks like this commit broke with jekyll 3.x. It was tagged 7.1.3 so I'd guess that the versions before that should work with jekyll 3.9. |
I tried running the latest and greatest Ruby, Jekyll and Jekyll-Scholar, but serving the website locally failed with the 'sass' gem error:
I posted more details on the Jekyll forum. Maybe you know how to solve it? As a workaround I decided to downgrade Jekyll to 3.9.3. This brought a cascade of changes to Ruby and Jekyll-Scholar. I will try to follow your suggestion. Thank you for your help! |
I just tried using v7.1.2 of Jekyll-Scholar. It depends on Jekyll 4 and therefore fails:
I need the latest version compatible with Jekyll v3.9.3. Can you please suggest one? |
Versions 5.x should be good. However, I'd really stay up on the latest Gem versions and instead figure out if there's an alternative sass/scss Gem you can use. Judging by the error message you posted the native code used by newer sass versions may not work on your OS so maybe that's why the conversion fails (or there's an sass/scss issue in your stylesheet). |
Hello,
I need help please. I'm trying to run Jekyll on a relatively old macOS (High Sierra v10.13.6). I'm unable to build and serve my website locally. The
bundle exec jekyll serve
command crashes with the following error:I already downgraded my Jekyll to v3.9.3 and my Ruby to v3.1.4. I also specified jekyll-scholar v5.16.0 in my Gemfile. However, the code still crashes. Would you be able to tell me, what is the maximum version of jekyll-scholar that will be supported by Jekyll v3.9.3? Thank you and have a great day ahead!
The text was updated successfully, but these errors were encountered: