-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
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
Labels
No labels