Our code does
require "english"
It worked locally, but we got this error on our CI server:
LoadError: cannot load such file -- english
Any ideas?
Turns out the fix was to change
require "english"
into
require "English"
Our local OS X file system (where the first one worked) was case-insensitive. But the CI server has a case-sensitive Linux file system that only accepts "English"
with a capital E.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With