Some systems do not support listen. Windows Subsystem for Linux (Bash on Ubuntu on Windows) has a flawed fd, though the RUBY_PLATFORM is reported as x86_64-linux, so I can't use platform in Gemfile.
Spring autorequires all the /^spring-/ gems from the Gemfile, so require: false doesn't do a thing too
Is there a way to turn off the gem without touching the Gemfile? Lke Rails has config.file_watcher option
Some systems do not support listen. Windows Subsystem for Linux (Bash on Ubuntu on Windows) has a flawed fd, though the
RUBY_PLATFORM
is reported asx86_64-linux
, so I can't useplatform
in Gemfile.Spring autorequires all the
/^spring-/
gems from the Gemfile, sorequire: false
doesn't do a thing tooIs there a way to turn off the gem without touching the Gemfile? Lke Rails has
config.file_watcher
option