Fix unvendored RubyGems
- Avoid caching RubyGems in GitHub Actions `tests.yml` to catch this in future. - Run `brew doctor` in GitHub Actions `tests.yml` after installing RubyGems to catch this in future. - Ignore relevant RubyGems (and fix outdated comments) - Never auto-`require` RubyGems that aren't vendored. - Update `bundler/setup.rb`.
Showing
- .github/workflows/tests.yml 4 additions, 11 deletions.github/workflows/tests.yml
- .gitignore 4 additions, 5 deletions.gitignore
- Library/Homebrew/Gemfile 8 additions, 8 deletionsLibrary/Homebrew/Gemfile
- Library/Homebrew/vendor/bundle/bundler/setup.rb 6 additions, 4 deletionsLibrary/Homebrew/vendor/bundle/bundler/setup.rb
Loading
Please register or sign in to comment