Skip to content

Instantly share code, notes, and snippets.

@wteuber
Created September 26, 2023 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wteuber/f2cb482653530e9a27afee6f11af9e18 to your computer and use it in GitHub Desktop.
Save wteuber/f2cb482653530e9a27afee6f11af9e18 to your computer and use it in GitHub Desktop.
MacOS M1 installing eventmachine (1.2.7)
An error occurred while installing eventmachine (1.2.7), and Bundler cannot continue.
Make sure that `gem install eventmachine -v '1.2.7' --source 'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  github-pages was resolved to 228, which depends on
    jekyll-avatar was resolved to 0.7.0, which depends on
      jekyll was resolved to 3.9.3, which depends on
        em-websocket was resolved to 0.5.3, which depends on
          eventmachine
gem install eventmachine -v '1.2.7' -- --with-ldflags="-Wl,-undefined,dynamic_lookup"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment