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

Support building site with Ruby 3.x #259

Open
kwin opened this issue Feb 26, 2024 · 0 comments
Open

Support building site with Ruby 3.x #259

kwin opened this issue Feb 26, 2024 · 0 comments

Comments

@kwin
Copy link
Contributor

kwin commented Feb 26, 2024

Currently the Ruby version set in https://github.com/Adobe-Consulting-Services/adobe-consulting-services.github.io/blob/master/.ruby-version is 2.6.6.

I failed to compile 2.6.6 for my M2 Mac due to the following issues:

  1. error: implicit declaration of function 'ffi_prep_closure' on M1 macOS Big Sur ffi/ffi#869 and
  2. Can't install ruby on M1 Mac "use of undeclared identifier 'RSA_SSLV23_PADDING'" postmodern/ruby-install#409

Although there may be workaround like postmodern/ruby-install#409 (comment) for installing 2.6.6 it should be possible to built the site with a modern Ruby 3.x version (which currently fails due to outdated dependencies in https://github.com/Adobe-Consulting-Services/adobe-consulting-services.github.io/blob/master/Gemfile.lock.

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

1 participant