Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove vendored Ruby 2.6 gems #16313

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
# Ignore Ruby gems for versions other than we explicitly vendor.
# Keep this in sync with the list in standalone/init.rb.
**/vendor/bundle/ruby/*/
!**/vendor/bundle/ruby/2.6.0/
!**/vendor/bundle/ruby/3.1.0/

# Ignore Bundler binary files
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/standalone/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
end

# This list should match .gitignore
vendored_versions = ["2.6", "3.1"].freeze
vendored_versions = ["3.1"].freeze
vendored_versions.include?("#{ruby_major}.#{ruby_minor}")
end.freeze

Expand Down

This file was deleted.

This file was deleted.