New user here, one of the many trying to ditch Heroku for Railway at this time, I suspect. Hit roadblock right away. I am getting: ==================================== Banned Dependency Detected! ==================================== alist Please remove this dependency from your project to use it on Railway It doesn't say whether that's a ruby Gem, or an npm package; my project uses both. But in either case, my project has no dependency by that name, either direct or transitive: % grep -w alist Gemfile Gemfile.lock package.json yarn.lock [1] There are transitive dependencies with names that contain the substring 'alist': % grep alist Gemfile Gemfile.lock package.json yarn.lock yarn.lock: minimalistic-assert "^1.0.0" yarn.lock: minimalistic-crypto-utils "^1.0.1"... not sure if this is tripping up the detection.