Add manifest.yaml for collection to specify stdlib dependencies by pocke · Pull Request #808 · ruby/rbs
This PR adds manifest.yaml feature to rbs collection. Problem rbs collection resolves the dependencies with Gemfile.lock. It means it couldn't find dependencies that do not appear in Gemfile.lo...