uswds-site icon indicating copy to clipboard operation
uswds-site copied to clipboard

Fix ruby version errors with eventmachine

Open thisisdano opened this issue 1 year ago • 0 comments

I was finding installation issues similar to https://github.com/uswds/uswds-site/issues/1745 (M2 Mac / macOS Monterey) but since I'm using asdf and not RVM, I wasn't able to follow the fix instructions from that issue exactly, and the adapted fix I tried did not work.

This pull request updates the Ruby version to 3.1.2 and supports the asdf version manager with a .tool-versions config. This helped solve my problems getting a new local version of the website running on an M2 Mac running Monterey.

We'll still need to test this a bit more broadly, with all team machines, before merging.

  • Are we all able to use Ruby 3.1.2?
  • Does the bundle install work using 3.1.2 and your Ruby version manager of choice (ie RVM)?

thisisdano avatar Oct 08 '22 06:10 thisisdano