Skip to content

Could not find eventmachine-1.2.5 in any of the sources #177

@ltfschoen

Description

@ltfschoen

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.6

$ rails s
Could not find eventmachine-1.2.5 in any of the sources
Run `bundle install` to install missing gems.

I have the following in my Gemfile

group :development, :test do
  gem 'eventmachine', '1.2.5'
  gem 'guard', '~> 2.14.1'
  gem 'guard-rspec', '~> 4.7.3'
  gem 'guard-livereload', '~> 2.5.2'
end

I have tried gem install eventmachine -v '1.2.5, running gem list shows eventmachine (1.2.5), and confirmed the gempath with gem env

I have tried using previous versions of Ruby 2.4.1, previous versions of eventmachine gem, and numerous other alternatives.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions