Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
Gemfile
to be compatible with dependabot.
My earlier attempts (e.g. #82) did not work. Using the `dry_run` script[^1], I've discovered that dependabot runs bundler commands in a temporary directory that only contains _some_ of the source controlled files (e.g. the `Gemfile`, `*.gemspec` files, etc). To be compatible with dependabot, our `Gemfile` cannot assume the presence of any files beyond these. [^1]: https://github.com/dependabot/dependabot-core/blob/v0.291.0/bin/dry-run.rb
- Loading branch information