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

Dependency issues when used with Ruby 3.0.0 #498

Closed
JustinGOSSES opened this issue Apr 6, 2021 · 2 comments
Closed

Dependency issues when used with Ruby 3.0.0 #498

JustinGOSSES opened this issue Apr 6, 2021 · 2 comments

Comments

@JustinGOSSES
Copy link
Contributor

These are a few additional dependency installation steps I had to follow using Ruby 3.0.0 and MacOS.

  1. Ruby 3.0 no longer comes with webrick as described here.
    bundle add webrick
  2. eventmachine doesn't compile correctly on MacOS for Ruby 3.0.0 due to how MacOS in 10.15 handles openssl as described here. so I had to run gem install eventmachine -- --with-openssl-dir=/usr/local/opt/openssl@1.1
@IanLee1521
Copy link
Member

Good catch.

I recall running in to something similar on another jekyll project recently.

If you're willing to submit a pull request to make the changes to address that, we'd be grateful!

JustinGOSSES added a commit to JustinGOSSES/llnl.github.io that referenced this issue Apr 7, 2021
…sions of Ruby than is used by Github Pages

update README to add a tip for how to handle dependency for newer versions of Ruby than is used by Github Pages. 

This is following on this from this issue: LLNL#498 LLNL#498
@JustinGOSSES
Copy link
Contributor Author

Added it to tip section of README instead of actual dependencies as it is probably better to advise people to use the version of Ruby used by Github Pages rather than try to get a dependency set up that works for all versions of Ruby.

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

2 participants