-
Notifications
You must be signed in to change notification settings - Fork 355
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
Incompatibility with Ruby 2.4.0 #376
Comments
Hey! Thanks for reporting this issue. I hit this last night myself. The issue appears to be that the I will try to take a look this week. It appears upgrading from json 1.x to json 2.x would solve the issue. We can see what exactly is depending on this gem and pass along the request to update and update it here as well. |
I'm also seeing this on multiple macOS machines. The problem has to do with json 1.8.3 failing to build on ruby 2.4.0p0. |
It appears we depend on activesupport which depends on json 1.x. We should see if the Rails team is willing to release a new 4.2.x which bumps the json dependency (or removes it). |
glad to see it's already on your radar! this makes my first contact with gh-pages rather painful :( and?… is there any workaround to set up a gh-pages site locally with jekyll on macOS in the meantime? |
@julou I recommend you use rbenv with Ruby 2.3.x and github-pages gem. |
Note that you can |
There's additional instructions in their repo. |
awesomely fast! thank you so much.
but I can't get |
|
thx! 👍 |
It appears they're working on activesupport fixes for Ruby 2.4 here: rails/rails#27473 |
- Ruby 2.4.0 is now being supported in github-pages gem - See the following issue for details: - github/pages-gem#376
Using Install
Now modify your
Finally, install ruby 2.3.1 and the
|
1/3 a year has passed, but the solution to this issue is still: go back to ruby 2.3 |
@bigeagle I am able to run Jekyll on 2.4. Can you help provide more details? |
The Rails team released a new version of activesupport (v4.2.8). Bumipng this gem should solve the incompatibility with ruby 2.4. |
I'm able to run |
It worked, finally. |
Great to hear! |
Still doesn't work for me with Ruby 2.4. I get errors with yajl-ruby v 1.2.1. Apparently, yajl-ruby 1.3.0 needs to be used with Ruby 2.4. |
yajl-ruby 1.2.2 works fine with Ruby 2.4. Please |
Before submitting an issue, please be sure to
gem update github-pages
orbundle update github-pages
)This issue affects
What did you do (e.g., steps to reproduce)
Ruby version 2.4.0
Gemfile:
bundle install
What did you expect to happen?
Gems should be installed
What happened instead?
Additional information
The text was updated successfully, but these errors were encountered: