-
Notifications
You must be signed in to change notification settings - Fork 147
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
Could not find eventmachine-1.2.5 in any of the sources #177
Comments
Below is a solution that I hacked together that fixed the problem in my Rails project called Guard Demo repo here https://github.com/ltfschoen/guard_demo where I am using Rails 5.1.3 app with Ruby 2.4.2 and RubyGems 2.6.13 and macOS Sierra 10.12.6 and PostgreSQL and wanted to use both Guard RSpec Gem and Guard LiveReload Gem
|
I get the following error when trying to run a Rails Server with
rails s
using a Rails 5.1.3 app with Ruby 2.4.2 and RubyGems 2.6.13 and macOS Sierra 10.12.6I have the following in my Gemfile
I have tried
gem install eventmachine -v '1.2.5
, runninggem list
showseventmachine (1.2.5)
, and confirmed the gempath withgem env
I have tried using previous versions of Ruby 2.4.1, previous versions of eventmachine gem, and numerous other alternatives.
The text was updated successfully, but these errors were encountered: