bridgefoundry / bridgefoundry.github.io

web site for Bridge Foundry
http://bridgefoundry.org/
0 stars 27 forks source link

upgrade ruby & gems #162

Open ultrasaurus opened 1 year ago

ultrasaurus commented 1 year ago

dependabot has many warnings, so I upgraded Ruby to match version that seems to be used by githb action: https://github.com/actions/jekyll-build-pages/blob/main/Dockerfile

to install on my M1 mac, needed to do:

gem install eventmachine -v '1.2.7' -- --with-ldflags="-Wl,-undefined,dynamic_lookup"

then removed the lockfile and did bundle install works for me locally

mxie commented 1 year ago

Hey @ultrasaurus - I just merged a few PRs that upgraded Ruby and some gems. Can you try updating your main branch, set things up again, and see if you're still experiencing issues?